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

pub fn group_attributes_per_name<NS, ATT, VAL, EVENT, MSG>(
    attributes: &'a [Attribute<NS, ATT, VAL, EVENT, MSG>]
) -> Vec<(&'a ATT, Vec<&'a Attribute<NS, ATT, VAL, EVENT, MSG>>)>

Notable traits for Vec<u8>

impl Write for Vec<u8>
where
    ATT: PartialEq<ATT> + Debug,
    NS: Debug,
    VAL: Debug

group attributes of the same name