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

Provided Methods§

source

fn acc_description(&self) -> Result<String>

Implementors§