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