[][src]Function sauron::html::html_element_ns

pub fn html_element_ns<A, C, MSG>(
    tag: &'static str,
    namespace: &'static str,
    attrs: A,
    children: C
) -> Node<MSG> where
    C: AsRef<[Node<MSG>]>,
    A: AsRef<[Attribute<MSG>]>,
    MSG: Clone