Trait tracing_subscriber::layer::SubscriberExt [−][src]
Extension trait adding a with(Layer)
combinator to Subscriber
s.
Provided methods
fn with<L>(self, layer: L) -> Layered<L, Self> where
L: Layer<Self>,
Self: Sized,
[src]
L: Layer<Self>,
Self: Sized,
Wraps self
with the provided layer
.