pub trait GuiDialogShell_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn title(&self) -> Result<String> { ... }
    fn close(&self) -> Result<()> { ... }
}

Provided Methods§

source

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

source

fn close(&self) -> Result<()>

Implementors§