Trait xio_base_datatypes::HasErrorCode [] [src]

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

Required Methods

Implementations on Foreign Types

impl<'a, T: HasErrorCode> HasErrorCode for &'a T
[src]

Implementors