Expand description
Formatter module for Panic related messages
Structs§
- Debug
- Provides simple output with backtrace
- Empty
- Noop configuration.
- Just
Error - Treats panic as just error
- Simple
- Simple configuration that should be generic.
Traits§
- Backtrace
- Describes how to write panic’s backtrace
- Panic
Format - Panic formatter
- Panic
Info - Describes how to write
PanicInfo
- Prefix
- Describes how to write panic’s message prefix.
- Suffix
- Describes how to write panic’s message suffix.