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