Module layer

Module layer 

Source
Expand description

metrics::Layer implementations.

Structs§

Identity
No-op metrics::Layer which returns the received metrics::Recorder “as is”.
Stack
metrics::Layer similar to metrics::layers::Stack, but nests the metrics::Layers themselves instead of metrics::Recorders.

Traits§

Layer
Decorates an object by wrapping it within another type.