Trait sap_scripting::types::GuiMenu_Impl
source · pub trait GuiMenu_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn select(&self) -> Result<()> { ... }
}
pub trait GuiMenu_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided method
fn select(&self) -> Result<()> { ... }
}