Function sauron::prelude::mt_dom::merge_attributes_of_same_name[]

pub fn merge_attributes_of_same_name<NS, ATT, VAL, EVENT>(
    attributes: &[&Attribute<NS, ATT, VAL, EVENT>]
) -> Vec<Attribute<NS, ATT, VAL, EVENT>, 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

merge the values of attributes with the same name