pub trait VarPresent<D: VarValue> {
// Required method
fn present(&self, wgt_fn: impl IntoVar<WidgetFn<D>>) -> UiNode;
}Expand description
Extension method to convert a variable to a node.
Required Methods§
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.