pub trait IntoUiNode {
// Required method
fn into_node(self) -> UiNode;
}Expand description
Represents a value that can become a UiNode instance.
pub trait IntoUiNode {
// Required method
fn into_node(self) -> UiNode;
}Represents a value that can become a UiNode instance.