Trait ErrorExt

Source
pub trait ErrorExt {
    // Required method
    fn into_message(self) -> String;
}

Required Methods§

Implementors§