Trait keygraph_rs::KeySearch [] [src]

pub trait KeySearch {
    fn find_key(&self, v: char) -> Option<Key>;
}

Required Methods

Implementors