Trait lininterp::PairWith [] [src]

pub trait PairWith<B> {
    fn pair_with<'a, 'b>(&'a self, b: &'b B) -> (&'a Self, &'b B);
}

Required Methods

Implementors