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

Provided Methods§

source

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

Implementors§