Trait ffi_utils::ErrorCode [] [src]

pub trait ErrorCode {
    fn error_code(&self) -> i32;
}

Trait for types that can be converted to integer error code.

Required Methods

Return the error code corresponding to this instance.

Implementors