Trait color_eyre::section::PanicMessage [−][src]
Trait for printing a panic error message for the given PanicInfo
Required methods
fn display(&self, pi: &PanicInfo<'_>, f: &mut Formatter<'_>) -> Result
[src]
Display trait equivalent for implementing the display logic