Struct tracing_forest::layer::Tree
source · [−]Expand description
A node of a log tree.
Fields
attrs: TreeAttrsShared fields associated with both spans and events.
kind: TreeKindFields 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