pub trait IMVisibility {
// Required methods
fn activate_im(&self);
fn deactivate_im(&self);
}
Expand description
Trait to get notified when the input method should be active or deactivated
If the user clicks for example on a text field, the method activate_im() is called