Function create_dom_node

Source
pub fn create_dom_node<Msg, F>(node: &Node<Msg>, ev_callback: F) -> DomNode
where Msg: 'static, F: Fn(Msg) + 'static + Clone,
Expand description

Create a dom node