[][src]Function sauron_native::builder::element_ns

pub fn element_ns<T, EVENT, MSG>(
    tag: T,
    namespace: Option<&'static str>,
    attrs: Vec<Attribute<EVENT, MSG>>,
    children: Vec<Node<T, EVENT, MSG>>
) -> Node<T, EVENT, MSG>