pub trait GuiStatusBarLink_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn press(&self) -> Result<()> { ... }
}
pub trait GuiStatusBarLink_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn press(&self) -> Result<()> { ... }
}