pub fn parse_byte_string<E: ByteStringLiteralE>(
p: &mut ParserHelper<'_>,
) -> Result<Vec<u8>, Error<E>>Expand description
Parse a byte string literal.
pub fn parse_byte_string<E: ByteStringLiteralE>(
p: &mut ParserHelper<'_>,
) -> Result<Vec<u8>, Error<E>>Parse a byte string literal.