Skip to main content

Error

Trait Error 

Source
pub trait Error {
    // Required methods
    fn name(&self) -> &'static str;
    fn msg(&self) -> Option<String>;
}

Required Methods§

Source

fn name(&self) -> &'static str

Source

fn msg(&self) -> Option<String>

Implementors§