ErrorMeta

Trait ErrorMeta 

Source
pub trait ErrorMeta {
    // Required methods
    fn code(&self) -> String;
    fn detail(&self) -> String;
}

Required Methods§

Source

fn code(&self) -> String

Source

fn detail(&self) -> String

Implementors§