Skip to main content

Module erased

Module erased 

Source
Expand description

Serializable, type-erased error representations (the serde feature).

Structs§

Diagnostics
Transported diagnostic metadata (error code, help text, and exit code).
ErasedBacktrace
A serializable, type-erased representation of a backtrace.
ErasedError
A serializable, cloneable error representation that preserves the full error context including backtrace, spantrace, and source chain.
ErasedFrame
A single frame in an erased backtrace.
ErasedLocation
Transported caller-location snapshot: the file:line:column of the call site where the error was built, captured from Diagnostic::oopsie_location.
ErasedMetadata
Serializable metadata from a tracing span.
ErasedSpan
A single span in an erased span trace.
ErasedSpanTrace
A serializable, type-erased representation of a span trace.

Enums§

TracingLevel
The verbosity level of a transported span, mirroring tracing::Level.