☰
MatchKey
Required Methods
match_key
Implementations on Foreign Types
char
Implementors
In keyboard_types::shortcuts
?
Trait
keyboard_types
::
shortcuts
::
MatchKey
source
·
[
−
]
pub trait MatchKey { 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
source
impl
MatchKey
for
Key