Trait na::ToMat [] [src]

pub trait ToMat<T> {
    fn to_mat(self) -> T;
}

Required Methods

Implementors