IOError

Type Alias IOError 

Source
pub type IOError<'a> = Error<'a, ErrorCode>;

Aliased Type§

pub struct IOError<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> IOError<'a>

Trait Implementations§

Source§

impl<'a> From<Error<'a, (ErrorCode, usize)>> for IOError<'a>

Source§

fn from(src: IOPartialError<'a>) -> Self

Converts to this type from the input type.