Struct lazy_panic::formatter::Simple
[−]
[src]
pub struct Simple;
Simple configuration that should be generic.
For prefix it is constant string Panic:
For PanicInfo
it writes {file}:{line} - {payload}
For suffix it is \n
For backtrace it is noop
As PanicFormat all above together.