pub fn parse_channel( i: &[u8], ) -> Result<(&[u8], AMQPMethod), Err<(&[u8], ErrorKind)>>
Parse channel (Generated)