Trait na::AsMat [] [src]

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

Required Methods

Implementors