pub trait FixedExt:
IsA<Fixed>
+ Sealed
+ 'static {
// Provided methods
fn move_(&self, widget: &impl IsA<Widget>, x: i32, y: i32) { ... }
fn put(&self, widget: &impl IsA<Widget>, x: i32, y: i32) { ... }
}Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".