Skip to main content

ErrorKind

Trait ErrorKind 

Source
pub trait ErrorKind:
    Display
    + Debug
    + 'static {
    // Required method
    fn error_type(&self) -> ErrorType;
}

Required Methods§

Source

fn error_type(&self) -> ErrorType

Defines type of the error

Implementors§