diff

Function diff 

Source
pub fn diff(old: &VNode, new: &VNode) -> Vec<Patch>
Expand description

Diff two virtual DOM trees and produce a list of patches