pub trait KeyboardMapDelegate {
// Required method
fn keyboard_map_did_change(&self);
}Required Methods§
fn keyboard_map_did_change(&self)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".