Skip to main content

IntoErrorPanel

Trait IntoErrorPanel 

Source
pub trait IntoErrorPanel {
    // Required method
    fn into_panel(self) -> ErrorPanel;
}
Expand description

Trait for errors that can be converted to ErrorPanel.

Required Methods§

Source

fn into_panel(self) -> ErrorPanel

Convert this error into an ErrorPanel.

Implementors§