Trait librsnek::api::result::Exception
[−]
[src]
pub trait Exception: Sized + Debug + Display {
fn error_type(&self) -> ErrorType;
fn message(&self) -> String;
}
Required Methods
fn error_type(&self) -> ErrorType
fn message(&self) -> String
Implementors
impl Exception for Error