Skip to main content

BoundValueCollectionExt

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§