Trait librsnek::api::result::Exception [] [src]

pub trait Exception: Sized + Debug + Display {
    fn error_type(&self) -> ErrorType;
    fn message(&self) -> String;
}

Required Methods

Implementors