Expand description
This module contains the types for dynamic transformations after parsing.
Structs§
- DynNode
- Parses a
T(default:Nothing). Allows one to replace it at runtime, after parsing with anything else implementingToTokens. This is backed by aRc. One can replace any cloned occurrences or only the current one.
Traits§
- Dynamic
Tokens - Trait alias for any type that can be used in dynamic
ToTokenscontexts.