Trait moreops::Apply6Ops [] [src]

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

Required Methods

Implementors