pub trait GuiStatusPane_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided method
    fn children(&self) -> Result<GuiComponentCollection> { ... }
}

Provided Methods§

Implementors§