pub trait AsTrace: Sealed { type Trace; fn as_trace(&self) -> Self::Trace; }
Trait implemented for log types that can be converted to a tracing equivalent.
log
tracing
The tracing type that this type can be converted into.
Returns the tracing equivalent of self.
self