[][src]Trait dipstick::OutputDyn

pub trait OutputDyn {
    fn output_dyn(&self) -> Rc<dyn OutputScope + 'static>;
}

A function trait that opens a new metric capture scope.

Required methods

fn output_dyn(&self) -> Rc<dyn OutputScope + 'static>

Open a new scope from this output.

Loading content...

Implementors

impl<T: Output + Send + Sync + 'static> OutputDyn for T
[src]

Blanket impl of dyn output trait

Loading content...