pub fn parse_flags<I: ParsableInput>(
    i: I,
    names: &[&str]
) -> ParserResult<I, AMQPFlags>
Expand description

Parse the AMQPFlags for which the names are provided