pub trait Vectorable<K> where
    K: Copy + PartialEq + PartialOrd
{ fn into(&self) -> Vec<K>; }

Required Methods

Implementations on Foreign Types

Implementors