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

type ElementRc = Rc<RefCell<Element>>;

Trait Implementations

impl LookupObject for ElementRc[src]