Function parse_channel

Source
pub fn parse_channel(
    i: &[u8],
) -> Result<(&[u8], AMQPMethod), Err<(&[u8], ErrorKind)>>
Expand description

Parse channel (Generated)