Match
Key
keyboard_
types
0.7.0
Match
Key
Required Methods
match_key
Implementations on Foreign Types
char
Implementors
In keyboard_
types::
shortcuts
Structs
ShortcutMatcher
Traits
MatchKey
keyboard_types
::
shortcuts
Trait
MatchKey
Copy item path
Settings
Help
Summary
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
§
Source
§
impl
MatchKey
for
Key