Expand description
Parser item.
Macros§
- as_
inner_ 🔒source - Defines a method that returns ParseSource inner element if it matches the variant
- filter_
children_ 🔒fn - Defines a method that filters ParseItem’s children and returns the source pt token of the children matching the target variant as well as its comments. Returns Option::None if no children matching the variant are found.
Structs§
- Parse
Item - The parsed item.
Enums§
- Parse
Source - A wrapper type around pt token.