pub trait EditableTextExtManual: 'static {
// Required method
fn insert_text(&self, string: &str, position: i32) -> i32;
}
pub trait EditableTextExtManual: 'static {
// Required method
fn insert_text(&self, string: &str, position: i32) -> i32;
}