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

Describes how to write panic’s message suffix.

Generally should be simple suffix that will go as ...{PanicInfo}{Suffix}

Required Methods§

Implementors§