pub trait IMContextExtManual {
    // Required method
    fn filter_keypress(&self, event: &impl AsRef<Event>) -> bool;
}
Expand description

Trait containing manually implemented methods of IMContext.

Required Methods§

source

fn filter_keypress(&self, event: &impl AsRef<Event>) -> bool

Implementors§