Trait moreops::Apply8Ops [] [src]

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

Required Methods

Implementors