Trait na::ToVec [] [src]

pub trait ToVec<T> {
    fn to_vec(self) -> T;
}

Required Methods

Implementors