dioxus_native_core

Module node

Source
Expand description

Items related to Nodes in the RealDom

Structs§

ElementNode
A element node in the RealDom
OwnedAttributeDiscription
A discription of an attribute on a DOM node, such as id or href.
OwnedAttributeView
An attribute on a DOM node, such as id="my-thing" or href="https://example.com".
TextNode
A text node in the RealDom

Enums§

NodeType
A type of node with data specific to the node type.
OwnedAttributeValue
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§

FromAnyValue
Something that can be converted from a borrowed Any value.