pub fn layer<S>() -> Layer<S>
Expand description
Returns a new formatting layer that can be composed with other layers to
construct a Subscriber
.
This is a shorthand for the equivalent Layer::default()
function.
pub fn layer<S>() -> Layer<S>
Returns a new formatting layer that can be composed with other layers to
construct a Subscriber
.
This is a shorthand for the equivalent Layer::default()
function.