pub trait GuiOkCodeFieldExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn opened(&self) -> Result<bool> { ... }
fn press_f1(&self) -> Result<()> { ... }
}Provided Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".