Skip to main content

BoundValueCollectionExt

Trait BoundValueCollectionExt 

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

Extension trait for BoundValueCollection.

Required Methods§

Source

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

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§