Skip to main content

ErrorIdentityProvider

Trait ErrorIdentityProvider 

Source
pub trait ErrorIdentityProvider {
    // Required methods
    fn stable_code(&self) -> &'static str;
    fn error_category(&self) -> ErrorCategory;
}

Required Methods§

Source

fn stable_code(&self) -> &'static str

Source

fn error_category(&self) -> ErrorCategory

Implementors§