Function parse_exchange

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

Parse exchange (Generated)