Struct system::error::Error [] [src]

pub struct Error {
    errno: isize,
}

Fields

errno

Methods

impl Error

fn new(errno: isize) -> Error

fn mux(result: Result) -> usize

fn demux(value: usize) -> Result

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>