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