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.
macro_rules! gen_skip {
($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.