Struct tracing_core::metadata::Kind [−][src]
pub struct Kind(_);
Expand description
Indicates whether the callsite is a span or event.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more