pub trait GuiModalWindowExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn is_popup_dialog(&self) -> Result<bool> { ... }
fn popup_dialog_text(&self) -> Result<String> { ... }
}Provided Methods§
fn is_popup_dialog(&self) -> Result<bool>
fn popup_dialog_text(&self) -> Result<String>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".