Type Definition dioxus_core::Element
source · [−]Expand description
An Element is a possibly-none VNode created by calling render on Scope or ScopeState.
Any None Element will automatically be coerced into a placeholder VNode with the VNode::Placeholder variant.