Trait na::ToMat

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

Required Methods

Implementors