pub trait AccessibleRangeImpl: WidgetImpl {
// Provided method
fn set_current_value(&self, value: f64) -> bool { ... }
}
Available on crate feature
v4_10
only.Provided Methods§
fn set_current_value(&self, value: f64) -> bool
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.