[−][src]Module tracing_error::prelude
This is supported on
feature="traced-error"
only.The tracing-error
prelude.
This brings into scope the InstrumentError,
InstrumentResult, and
ExtractSpanTraceextension traits. These traits allow attaching
SpanTraces to errors and subsequently retrieving them from
dyn Error` trait objects.
Traits
_ | feature="traced-error" A trait for extracting SpanTraces created by |
_ | feature="traced-error" Extension trait for instrumenting errors with |
_ | feature="traced-error" Extension trait for instrumenting errors in |