Trait sap_scripting::types::GuiContainer_Impl
source · pub trait GuiContainer_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn children(&self) -> Result<GuiComponentCollection> { ... }
fn find_by_id(&self, p0: String) -> Result<SAPComponent> { ... }
}