Trait smithay_client_toolkit::seat::keyboard::KeyboardDataExt
source · pub trait KeyboardDataExt: Send + Sync {
type State: 'static;
// Required methods
fn keyboard_data(&self) -> &KeyboardData<Self::State>;
fn keyboard_data_mut(&mut self) -> &mut KeyboardData<Self::State>;
}