Expand description
Context implementations.
Structs§
- Capture
- Capture an error of the specified type
E. - Default
Context - The default context which uses an allocator to track the location of errors.
- Emit
- Emit an error of the specified type
E. - Error
- A collected error which has been context decorated.
- Error
Marker - Indicates that an error occurred during encoding. This is a placeholder error that can be used by context implementations and is a ZST.
- Errors
- An iterator over available errors.
- Ignore
- Disable error capture.
- NoTrace
- Trace configuration indicating that tracing is fully disabled.
- Report
- A line-separated report of all errors.
- Trace
- Marker type indicating that tracing is enabled.
Traits§
- Context
Error - Trait governing errors raised during encodeing or decoding.
- Error
Mode - The trait governing how error capture is implemented.
- Trace
Impl - The trait governing how tracing works in a
DefaultContext. - Trace
Mode - Trait for marker types indicating the tracing mode to use.