io::writeln_err! [] [src]

macro_rules! writeln_err {
    ($text: expr) => ({
        write_err!($text) && write!("\n".as_ptr(), 1, 2)
    });
}

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