pub type TracingLayer = TracingBuilder;
Available on crate feature
tracing
only.Expand description
A type alias of TracingLayer
conforming to the naming convention of tower_layer
.
Aliased Typeยง
pub struct TracingLayer { /* private fields */ }