Trait na::AsVec

source · []
pub trait AsVec<T> {
    fn as_vec(&self) -> &T;
}

Required Methods

Implementors