pub trait InputMethodDataExt: Send + Sync { // Required method fn input_method_data(&self) -> &InputMethodData; }