macro_rules! _forward_to_dynamic_ui {
($dynamic_ui:ident => $($method_name:ident),* $(,)?) => { ... };
}
Expand description
A macro that generates a method that calls a method with the same name on
the dynamic UI, provided a DynamicUiRef
is stored inside the current
type.