pub trait Vector {
    fn length() -> usize;
    fn zero() -> Self;
}

Required Methods§

Implementations on Foreign Types§

Implementors§