Macro io_synesthesist::write_character [] [src]

macro_rules! write_character {
    ($character: expr) => { ... };
    ($character: expr, $out: expr) => { ... };
}

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