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

Trait containing manually implemented methods of TextView.

Required methods

Implementors