[][src]Type Definition lexer::TokenResult

type TokenResult<'f> = Result<Token<'f>, LexicalError<'f>>;