Module style_traits::dom
source · Expand description
Types used to access the DOM from style calculation.
Structs§
- An opaque handle to a node, which, unlike UnsafeNode, cannot be transformed back into a non-opaque representation. The only safe operation that can be performed on this node is to compare it to another opaque handle or to another OpaqueNode.