pub trait GestureStylusExtManual:
IsA<GestureStylus>
+ Sealed
+ 'static {
// Provided method
fn axes(&self, axes: Vec<AxisUse>) -> Option<Vec<f64>> { ... }
}Available on crate feature
v3_24 only.Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".