pub fn gen_consume<'a>( input: &'a mut [u8], method: &'a Consume, ) -> Result<&'a mut [u8], GenError>
Serialize consume (Generated)