Skip to main content

audit

Function audit 

Source
pub fn audit<S: Clone + 'static, N: 'static>(
    duration_selector: impl Fn(&S) -> Node<N> + 'static,
) -> Operator<S>
Expand description

audit: value-triggered trailing throttle. The selector returns the duration notifier node.