Trait grafix_toolbox::math::FlattenCastMat
source · pub trait FlattenCastMat<T> {
// Required method
fn flatten_all(self) -> Vec<T>;
}pub trait FlattenCastMat<T> {
// Required method
fn flatten_all(self) -> Vec<T>;
}