Type Alias tracing_configuration::Layer
source · pub type Layer<S, N = FormatFields, E = FormatEvent, W = MakeWriter> = Layer<S, N, E, W>;Expand description
A totally dynamically configured tracing_subscriber::fmt::Layer.
Aliased Type§
struct Layer<S, N = FormatFields, E = FormatEvent, W = MakeWriter> { /* private fields */ }