pub trait GuiOkCodeFieldExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn opened(&self) -> Result<bool> { ... }
fn press_f1(&self) -> Result<()> { ... }
}
pub trait GuiOkCodeFieldExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn opened(&self) -> Result<bool> { ... }
fn press_f1(&self) -> Result<()> { ... }
}