Skip to main content

IoErrorKindExt

Trait IoErrorKindExt 

pub trait IoErrorKindExt {
    // Required method
    fn to_status(self) -> Status;
}
Expand description

Extension trait for std::io::ErrorKind to provide conversions to zx_status::Status.

Required Methods§

fn to_status(self) -> Status

Implementations on Foreign Types§

§

impl IoErrorKindExt for ErrorKind

§

fn to_status(self) -> Status

Implementors§