[][src]Type Definition yew::html::NodeCell

type NodeCell = Rc<RefCell<Option<Node>>>;

Holder for the element.