Trait tap::TapOps [] [src]

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

Tap operations for all types.

Provided Methods

Executes a closure on an object.

Implementors