Trait dipstick::InputDyn

source ·
pub trait InputDyn: Send + Sync + 'static {
    fn input_dyn(&self) -> Arc<dyn InputScope + Send + Sync + 'static>;
}
Expand description

A function trait that opens a new metric capture scope.

Required Methods§

Open a new scope from this output.

Implementors§

Blanket impl of dyn input trait