Module rdom::node_list[][src]

Representation of a NodeList and associated metadata.

Structs

NodeList

Represents a NodeList structure, which may be either “live” or “static”. Note that these are not strongly retained by the Sandbox, and there is no guarantee they will work after the Sandbox has been dropped. So, to use a NodeList, make sure you have retained both the Sandbox and an Rc to the NodeList before performing any operations.