Type Definition sauron::Patch[][src]

pub type Patch<'a, MSG> = Patch<'a, &'static str, &'static str, &'static str, AttributeValue<MSG>>;
Expand description

Patch as result of diffing the current_vdom and the new vdom. The tag and attribute name types is set to &’static str