Function sauron::prelude::mt_dom::group_attributes_per_name[]

pub fn group_attributes_per_name<NS, ATT, VAL, EVENT>(
    attributes: &'a [Attribute<NS, ATT, VAL, EVENT>]
) -> Vec<(&'a ATT, Vec<&'a Attribute<NS, ATT, VAL, EVENT>, Global>), Global>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    NS: PartialEq<NS> + Clone + Debug,
    ATT: PartialEq<ATT> + Clone + Debug,
    VAL: PartialEq<VAL> + Clone + Debug,
    EVENT: PartialEq<EVENT> + Clone + Debug
Expand description

group attributes of the same name