[][src]Function sauron::diff

pub fn diff<MSG>(
    old: &'a Node<&'static str, &'static str, &'static str, AttributeValue, Event, MSG>,
    new: &'a Node<&'static str, &'static str, &'static str, AttributeValue, Event, MSG>
) -> Vec<Patch<'a, &'static str, &'static str, &'static str, AttributeValue, Event, MSG>>

Notable traits for Vec<u8>

impl Write for Vec<u8>
where
    MSG: 'static, 

This is a sauron html specific functionality diff 2 nodes with attribute using &'static str instead of generic ATT