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