Trait coord::Vector[][src]

pub trait Vector {
    type Item: VecItem;
}

A trait implemented by all vector types

Associated Types

Implementors