Macro io_synesthesist::read [] [src]

macro_rules! read {
    () => { ... };
    ($len: expr) => { ... };
    ($len: expr, $ins: expr) => { ... };
}

The read macro reads the input and returns None or the Some of thetuple (len, text).