RApply

Trait RApply 

Source
pub trait RApply<A, Lhs> {
    type Output;

    // Required method
    fn dot(&self, lhs: &Lhs) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn dot(&self, lhs: &Lhs) -> Self::Output

Implementors§