Skip to main content

tap_first

Function tap_first 

Source
pub fn tap_first<S: Clone + 'static>(f: impl Fn(&S) + 'static) -> Operator<S>
Expand description

tap_first: alias-shaped Rust helper for on_first_data.