pub trait GuiContainerShellExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn acc_description(&self) -> Result<String> { ... }
}
pub trait GuiContainerShellExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn acc_description(&self) -> Result<String> { ... }
}