Function mt_dom::group_attributes_per_name[][src]

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

group attributes of the same name