Type Definition patternfly_dioxus::Element
[−]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.