pub trait GuiContainerExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn children(&self) -> Result<GuiComponentCollection> { ... }
fn find_by_id(&self, p0: String) -> Result<GuiComponent> { ... }
}
pub trait GuiContainerExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn children(&self) -> Result<GuiComponentCollection> { ... }
fn find_by_id(&self, p0: String) -> Result<GuiComponent> { ... }
}