Trait amqp0_parser_nom::NomBytes [] [src]

pub trait NomBytes<'a>: Sized {
    fn nom_bytes<'b, P>(&'a [u8], &'b mut P) -> IResult<&'a [u8], Self> where P: ParserPool, Self: 'a;
}

Required Methods

Implementors