Struct lazy_panic::formatter::Debug [] [src]

pub struct Debug;

Provides simple output with backtrace

Note that if backtrace-on is disabled then Backtrace is noop

Note: Backtrace output is trimmed to only user's most recent call So actual call stack may be longer

Trait Implementations

impl Backtrace for Debug
[src]

[src]

impl PanicFormat for Debug
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Debug

impl Sync for Debug