Trait StatusErr

Source
pub trait StatusErr {
    // Required methods
    fn status(&self) -> u16;
    fn message(&self) -> String;
}

Required Methods§

Source

fn status(&self) -> u16

Source

fn message(&self) -> String

Implementors§