macro_rules! write_number {
($number: expr) => { ... };
($number: expr, $out: expr) => { ... };
}Expand description
The write_number macro writes to output the number
and returns the Some 0i32 or None according to success.
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.