[][src]Type Definition sauron::Patch

type Patch<'a, MSG> = Patch<'a, Namespace, Tag, AttributeKey, AttributeValue, Event, MSG>;

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