pub type Element<'a> = Option<VNode<'a>>;
An Element is a possibly-none VNode created by calling render on Scope or ScopeState.
Element
VNode
render
Scope
ScopeState
An Errored Element will propagate the error to the nearest error boundary.