Skip to main content

PresentationMode

Trait PresentationMode 

Source
pub trait PresentationMode {
    // Required method
    fn present(&self, info: PanicDetails<'_>) -> Result<(), Cow<'static, str>>;
}

Required Methods§

Source

fn present(&self, info: PanicDetails<'_>) -> Result<(), Cow<'static, str>>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§