Type Definition sixtyfps_compilerlib::object_tree::ElementRc[][src]

pub type ElementRc = Rc<RefCell<Element>>;

Trait Implementations

fn for_each_entry<R>(
    &self,
    _ctx: &LookupCtx<'_>,
    f: &mut impl FnMut(&str, Expression) -> 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 Read more

Perform a lookup of a given identifier. One does not have to re-implement unless we can make it faster Read more