[][src]Function seed::browser::dom::virtual_dom_bridge::node_from_ws

pub fn node_from_ws<Ms>(node: &Node) -> Option<Node<Ms>>

Create a vdom node from a web_sys::Node. Used in creating elements from html and markdown strings. Includes children, recursively added.