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