Function mt_dom::attr_ns[][src]

pub fn attr_ns<NS, ATT, VAL, EVENT>(
    namespace: Option<NS>,
    name: ATT,
    value: VAL
) -> Attribute<NS, ATT, VAL, EVENT> where
    NS: PartialEq + Clone + Debug,
    ATT: PartialEq + Clone + Debug,
    VAL: PartialEq + Clone + Debug,
    EVENT: PartialEq + Clone + Debug
Expand description

Create an attribute with namespace