[][src]Trait xio_base_datatypes::HasErrorCode

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

Required methods

fn error_code(&self) -> ErrorCode

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...