Module dynamic

Module dynamic 

Source
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 implementing ToTokens. This is backed by a Rc. One can replace any cloned occurrences or only the current one.

Traits§

DynamicTokens
Trait alias for any type that can be used in dynamic ToTokens contexts.