Type Alias i_slint_compiler::object_tree::ElementRc  
source · pub type ElementRc = Rc<RefCell<Element>>;Aliased Type§
struct ElementRc { /* private fields */ }Trait Implementations§
source§impl LookupObject for ElementRc
 
impl LookupObject for ElementRc
source§fn for_each_entry<R>(
    &self,
    ctx: &LookupCtx<'_>,
    f: &mut impl FnMut(&str, LookupResult) -> Option<R>,
) -> Option<R>
 
fn for_each_entry<R>( &self, ctx: &LookupCtx<'_>, f: &mut impl FnMut(&str, LookupResult) -> Option<R>, ) -> Option<R>
Will call the function for each entry (useful for completion)
If the function return Some, it will immediately be returned and not called further