pub trait BoundValueCollectionExt {
// Required method
fn apply(&self, node_ref: &mut UiNode);
}Expand description
Extension trait for BoundValueCollection.
pub trait BoundValueCollectionExt {
// Required method
fn apply(&self, node_ref: &mut UiNode);
}Extension trait for BoundValueCollection.