Macro cookie_factory::gen_skip
source · macro_rules! gen_skip { ($i:expr, $val:expr) => { ... }; }
Expand description
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.