pub trait TokenExpander:
SystemMessageGoal
+ GetTokenExpansionAxes
+ Named
+ Default
+ Debug
+ Send
+ Sync { }
Expand description
This trait we use as a generic expander of tokens. It leverages a collection of TokenExpanderAxes and has its implementation typically automatically generated by the TokenExpansionAxis proc macro
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.