Trait moreops::Apply3Ops [] [src]

pub trait Apply3Ops<A1, A2, A3> {
    fn apply<R, F: FnOnce(A1, A2, A3) -> R>(self, f: F) -> R;
}

Required Methods

Implementors