Trait coord::Vector[][src]

pub trait Vector<'a> {
    type Item: VecItem<'a>;
}

A trait implemented by all vector types

Associated Types

Implementors