Module rule

Module rule 

Source
Expand description

Traits and types representing a transformation rule to a tree.

See the Rule trait for more information.

Traits§

Rule
Trait implemented by rules to transform parts of a tree.

Type Aliases§

RuleFn
A uniform type for fn pointers and closures, which implements the Rule trait.