Struct std::io::Error [] [src]

pub struct Error {
    errno: isize,
}

Fields

errno

Methods

impl Error

fn new(errno: isize) -> Error

fn mux(result: Result<usize, Error>) -> usize

fn demux(value: usize) -> Result<usize, Error>

fn text(&self) -> &str

Trait Implementations

impl Debug for Error

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl Display for Error

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>