Trait GuiMenuExt

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

Provided Methods§

Source

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

Implementors§