Trait i_slint_core::properties::Binding
source · pub trait Binding<T> {
// Required method
fn evaluate(&self, old_value: &T) -> T;
}
Expand description
Types that can be set as bindings for a Property<T>
pub trait Binding<T> {
// Required method
fn evaluate(&self, old_value: &T) -> T;
}
Types that can be set as bindings for a Property<T>