Type Definition yew::html::NodeCell

source ·
pub type NodeCell = Rc<RefCell<Option<Node>>>;
Expand description

Holder for the element.