pub trait AccessibleRangeExt: IsA<AccessibleRange> + 'static { }Available on crate feature
v4_10 only.Expand description
Trait containing all AccessibleRange methods.
§Implementors
AccessibleRange, LevelBar, Paned, ProgressBar, Range, ScaleButton, Scale, Scrollbar, SpinButton, VolumeButton
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.