pub fn parse_byte_vec<'a, E: ParseError<&'a [u8]>>( input: &'a [u8], ) -> IResult<&'a [u8], Vec<u8>, E>
Parse Input as a vector of bytes.