Type Definition sauron_core::vdom::Patch[][src]

pub type Patch<'a, MSG> = Patch<'a, Namespace, Tag, AttributeName, 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