Trait na::ToVec

source · []
pub trait ToVec<T> {
    fn to_vec(self) -> T;
}

Required Methods

Implementors