Function parse_byte_vec

Source
pub fn parse_byte_vec<'a, E: ParseError<&'a [u8]>>(
    input: &'a [u8],
) -> IResult<&'a [u8], Vec<u8>, E>
Expand description

Parse Input as a vector of bytes.