[][src]Type Definition yew::virtual_dom::vcomp::ScopeHolder

type ScopeHolder<COMP> = Rc<RefCell<Option<Scope<COMP>>>>;

A reference to unknown scope which will be attached later with a generator function.