Type Alias Layer

Source
pub type Layer<S, N = FormatFields, E = FormatEvent, W = MakeWriter> = Filtered<Layer<S, N, E, W>, EnvFilter, S>;
Expand description

A totally dynamically configured tracing_subscriber::fmt::Layer.

Aliased Typeยง

pub struct Layer<S, N = FormatFields, E = FormatEvent, W = MakeWriter> { /* private fields */ }