Skip to main content

Module token

Module token 

Source

Structs§

Token

Enums§

TokenKind
Tokens are zero-copy: a Line token carries no text of its own. Its span points at the trimmed line inside the SourceMap the lexer ran over, and consumers slice the text back out via span.range().