pub struct CaptureSpanTrace;Expand description
Implementation of CaptureTrace that captures span trace using tracing_error::SpanTrace.
tracing must be initialized with tracing_error::ErrorLayer for the trace to be captured successfully.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaptureSpanTrace
impl RefUnwindSafe for CaptureSpanTrace
impl Send for CaptureSpanTrace
impl Sync for CaptureSpanTrace
impl Unpin for CaptureSpanTrace
impl UnwindSafe for CaptureSpanTrace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more