Function mt_dom::merge_attributes_of_same_name[][src]

pub fn merge_attributes_of_same_name<NS, ATT, VAL, EVENT>(
    attributes: &[&Attribute<NS, ATT, VAL, EVENT>]
) -> Vec<Attribute<NS, ATT, VAL, EVENT>> where
    NS: PartialEq + Clone + Debug,
    ATT: PartialEq + Clone + Debug,
    VAL: PartialEq + Clone + Debug,
    EVENT: PartialEq + Clone + Debug
Expand description

merge the values of attributes with the same name