[][src]Macro cookie_factory::gen_skip

macro_rules! gen_skip {
    (($i:expr, $idx:expr), $val:expr) => { ... };
    ($i:expr, $val:expr) => { ... };
}

gen_skip!(I, u8) => I -> Result<I,E> Skip the specified number of bytes.

Does not modify the output buffer, but increments the output index.