Skip to main content

GuiTabExt

Trait GuiTabExt 

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

Provided Methods§

Source

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

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§