Macro io_synesthesist::write_number [] [src]

macro_rules! write_number {
    ($number: expr) => { ... };
    ($number: expr, $out: expr) => { ... };
}

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