pub(super) fn lex( version: FormatDescriptionVersion, input: &[u8], proc_span: Span, ) -> Lexed<impl Iterator<Item = Result<Token<'_>, Error>>> ⓘ