Structs§
- Bare
Token - An unquoted SST token whose interpretation is deferred to a resolver.
- Ident
- An unquoted SST identifier, without a leading
@sigil. - Quoted
String - The decoded contents of a quoted SST string literal.
Functions§
- bare_
token - Parse an unquoted token without wrapping it in
BareToken. - ident
- Parse the text of an unquoted SST identifier without wrapping it in
Ident.