forked from M-Labs/nalgebra
5 lines
72 B
Rust
5 lines
72 B
Rust
|
pub trait Cross<Result>
|
||
|
{
|
||
|
fn cross(&self, other : &Self) -> Result;
|
||
|
}
|