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