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

Provided Methods§

source

fn press(&self) -> Result<()>

Implementors§