Trait moreops::TapOps [] [src]

pub trait TapOps {
    fn tap<R, F: Fn(&Self) -> R>(self, f: F) -> Self
    where
        Self: Sized
, { ... } fn pipe<R, F: FnOnce(Self) -> R>(self, f: F) -> R
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors