[][src]Trait keybd_event::KBPlatform

pub trait KBPlatform {
    fn run_action(&mut self, key_bonding: KeyBonding);
}

All platform need implement this trait.

Required methods

fn run_action(&mut self, key_bonding: KeyBonding)

Loading content...

Implementors

Loading content...