Expand description
§pest_deconstruct
PestDeconstructor
and FromPest
are utilities to ease transforming the “dynamically”
typed Pest parse tree into a statically typed AST.
Structs§
- Pest
Deconstructor - Deconstruct a Pest
Pair
into its inner productions in a strongly-typed, panic-enforced manner.
Traits§
- From
Pest - Convert from the Pest parse tree to a typed AST node.
- Pest
Deconstruct - Deconstruct a Pest
Pair
into its inner productions in a strongly-typed, panic-enforced manner. SeePestDeconstructor
for more information.