Trait BoundValueCollectionExt

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

Extension trait for BoundValueCollection.

Required Methods§

Source

fn apply(&self, node_ref: &mut UiNode)

Tries to set each value from the collection to the respective property (by binding) of the given widget.

Implementors§