pub trait GuiStatusPaneExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn children(&self) -> Result<GuiComponentCollection> { ... }
}Provided Methods§
fn children(&self) -> Result<GuiComponentCollection>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".