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§