pub trait Vector<T> {
    fn to_scalars(self) -> T;
}

Required methods

Implementors