Trait moreops::Apply2Ops [] [src]

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

Required Methods

Implementors