pub struct Full;This is supported on crate features
fmt and std only.Expand description
Marker for Format that indicates that the default log format should be used.
This format shows the span context before printing event data. Spans are displayed including their names and fields.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Full
impl UnwindSafe for Full
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
