Expand description
README.md
Structs§
- Iter
- Iterator over individual error stack entries.
- Located
Error - Wrapper that records the call-site for any
core::error::Error
and exposes it as aStackError
. - Stack
Chain - Iterator adapter that yields formatted stack entries.
- Stack
Writer - Formatter for a single stack layer that remembers its index.
Enums§
- Error
Detail - One layer in a stack of chained errors.
Traits§
- Stack
Error - Error types that can report a stack trace-like chain.
- Stack
Error Ext - Convenience helpers for types implementing
StackError
.