Macro io_synesthesist::write [] [src]

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

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