keyboard_types::shortcuts

Trait MatchKey

Source
pub trait MatchKey {
    // Required method
    fn match_key(&self, key: &Key) -> bool;
}

Required Methods§

Source

fn match_key(&self, key: &Key) -> bool

Implementations on Foreign Types§

Source§

impl MatchKey for char

Source§

fn match_key(&self, key: &Key) -> bool

Implementors§