Trait tap::TapOps [] [src]

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

Tap operations for all types.

Provided Methods

Executes a closure on an object.

Implementors