Module freya_native_core::node
source · Expand description
Items related to Nodes in the RealDom
Structs§
- A element node in the RealDom
- An attribute on a DOM node, such as
id="my-thing"
orhref="https://example.com"
.
Enums§
- A type of node with data specific to the node type.
- The value of an attribute on a DOM node. This contains non-text values to allow users to skip parsing attribute values in some cases.
Traits§
- Something that can be converted from a borrowed Any value.