pub fn parse_ids<'buf, 'scratch>(
src: &'buf [u8],
scratch: &'scratch mut ParseScratch<'buf>,
) -> Result<(&'buf [u8], &'scratch [Id<'buf>]), ParseError>pub fn parse_ids<'buf, 'scratch>(
src: &'buf [u8],
scratch: &'scratch mut ParseScratch<'buf>,
) -> Result<(&'buf [u8], &'scratch [Id<'buf>]), ParseError>