Trait tap::TapOps

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

Tap operations for all types.

Provided Methods§

Executes a closure on an object.

Implementors§