Struct dioxus_core::VFragment [−][src]
Expand description
A list of VNodes with no single root.
Fields
key: Option<&'src str>children: &'src [VNode<'src>]Fragments can never have zero children. Enforced by NodeFactory.
You can make a fragment with no children, but it’s not a valid fragment and your VDom will panic.
