Skip to main content

Module ast

Module ast 

Source
Expand description

This file is generated by cargo codegen syntax, do not edit by hand.

Structs§

AstChildren
BlockString
BlockStringHeader
Boolean
Directive
Entry
Integer
LineString
PrefixBlock
QuotedKey
QuotedString
SourceFile
WordKey

Enums§

BooleanKind
Item
Key
Value

Traits§

AstNode
The main trait to go from untyped SyntaxNode to 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.