[][src]Trait fuse::io::ChannelError

pub trait ChannelError: From<Error> {
    fn error_code(&self) -> Option<ErrorCode>;
}

Required methods

fn error_code(&self) -> Option<ErrorCode>

Loading content...

Implementations on Foreign Types

impl ChannelError for Error[src]

Loading content...

Implementors

Loading content...