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 */ }