pub trait GuiTab_Impl<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<()>

Implementors§