Trait air::ToErrorCode

source ·
pub trait ToErrorCode {
    // Required method
    fn to_error_code(&self) -> i64;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToErrorCode for Rc<CatchableError>

Implementors§