Trait metrics_prometheus::recorder::Layer
source · pub trait Layer<R> {
type Output;
// Required method
fn layer(&self, inner: R) -> Self::Output;
}Expand description
Decorates an object by wrapping it within another type.