Struct metrics_util::layers::Stack [−][src]
pub struct Stack<R> { /* fields omitted */ }
Expand description
Builder for composing layers together in a top-down/inside-out order.
Implementations
Installs this stack as the global recorder.
An error will be returned if there’s an issue with installing the stack as the global recorder.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Stack<R> where
R: RefUnwindSafe,
impl<R> UnwindSafe for Stack<R> where
R: UnwindSafe,