[][src]Module sauron::dom

Structs

CreatedNode

A node along with all of the closures that were created for that node's events and all of it's child node's events.

DomUpdater

Used for keeping a real DOM node up to date based on the current Node and a new incoming Node that represents our latest DOM state.

Type Definitions

ActiveClosure

Closures that we are holding on to to make sure that they don't get invalidated after a VirtualNode is dropped.