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

Trait containing manually implemented methods of IMContext.

Required methods

Implementors