pub fn gen_channel<'a>( input: &'a mut [u8], method: &'a AMQPMethod, ) -> Result<&'a mut [u8], GenError>
Serialize channel (Generated)