Skip to main content

GuiMenuExt

Trait GuiMenuExt 

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

Provided Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§