forked from M-Labs/nalgebra
3 lines
45 B
Rust
3 lines
45 B
Rust
|
pub trait MatCast<M>
|
||
|
{ fn from(Self) -> M; }
|