Struct metrics_util::layers::Absolute [−][src]
pub struct Absolute<R> { /* fields omitted */ }
Expand description
Converts absolute counter values into incremental values.
More information on the behavior of the layer can be found in AbsoluteLayer
.
Trait Implementations
Auto Trait Implementations
impl<R> !RefUnwindSafe for Absolute<R>
impl<R> UnwindSafe for Absolute<R> where
R: UnwindSafe,