Trait linal::Cross [] [src]

pub trait Cross<RHS = Self> {
    type Output;
    fn cross(self, rhs: RHS) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn cross(self, rhs: RHS) -> Self::Output

Implementors