Macro io_synesthesist::write_err [] [src]

macro_rules! write_err {
    ($text: expr) => { ... };
    ($text: expr, $len: expr) => { ... };
}

The write_error macro writes to output the error and returns the Some 0i32 or None according to success.