pub trait AccessibleRangeImplExt: Sealed + ObjectSubclass {
// Provided method
fn parent_set_current_value(&self, value: f64) -> bool { ... }
}
Available on crate feature
v4_10
only.Provided Methods§
fn parent_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.