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