Struct tracing_forest::tag::TagData
source · [−]Expand description
The type that all tags resolve to once collected.
Fields
message: &'static str
Minimalistic message denoting the tag kind.
icon: char
Icon associated with the tag kind.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TagData
impl UnwindSafe for TagData
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