Trait grafix_toolbox::uses::math::TupleApply[][src]

pub trait TupleApply<RA, A, R>: Sized {
    type AR;
    fn apply<F: Fn(A, A) -> R>(self, r: RA, op: F) -> Self::AR;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors