Trait lazy_panic::formatter::Prefix [] [src]

pub trait Prefix {
    fn write_in<W: Write>(writer: &mut W) -> Result<()>;
}

Describes how to write panic's message prefix.

Generally should be simple prefix that will go as {Prefix}{PanicInfo}...

Required Methods

Implementors