Expand description
This file is generated by cargo codegen syntax, do not edit by hand.
Structs§
- AstChildren
- Block
String - Block
String Header - Boolean
- Directive
- Entry
- Integer
- Line
String - Prefix
Block - Quoted
Key - Quoted
String - Source
File - WordKey
Enums§
Traits§
- AstNode
- The main trait to go from untyped
SyntaxNodeto a typed AST. The conversion itself has zero runtime cost: AST and syntax nodes have exactly the same representation: a pointer to the tree root and a pointer to the node itself.