Skip to main content

GuiDialogShellExt

Trait GuiDialogShellExt 

Source
pub trait GuiDialogShellExt<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<()>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§