Struct prima_tracing::ContextInfo [−][src]
pub struct ContextInfo<'a> { /* fields omitted */ }Expand description
Information about the current app context like name or environment
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ContextInfo<'a>
impl<'a> Send for ContextInfo<'a>
impl<'a> Sync for ContextInfo<'a>
impl<'a> Unpin for ContextInfo<'a>
impl<'a> UnwindSafe for ContextInfo<'a>
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
