Trait moreops::Apply1Ops [] [src]

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

Required Methods

Implementors