Module lazy_panic::formatter [] [src]

Formatter module for Panic related messages

Structs

Debug

Provides simple output with backtrace

Empty

Noop configuration.

JustError

Treats panic as just error

Simple

Simple configuration that should be generic.

Traits

Backtrace

Describes how to write panic's backtrace

PanicFormat

Panic formatter

PanicInfo

Describes how to write PanicInfo

Prefix

Describes how to write panic's message prefix.

Suffix

Describes how to write panic's message suffix.