Struct tracing_forest::layer::Tree
source · [−]Expand description
A node of a log tree.
Fields
attrs: TreeAttrs
Shared fields associated with both spans and events.
kind: TreeKind
Fields specific to either a span or an event.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tree
impl UnwindSafe for Tree
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