Trait na::AsMat

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

Required Methods

Implementors