[][src]Function seed::browser::dom::virtual_dom_bridge::patch_el_details

pub fn patch_el_details<Ms>(
    old: &mut El<Ms>,
    new: &mut El<Ms>,
    old_el_ws: &Node
)

Update the attributes, style, text, and events of an element. Does not process children, and assumes the tag is the same. Assume we've identfied the most-correct pairing between new and old.