pub type BoxedUiNode = Box<dyn UiNodeBoxed>;
An UiNode in a box.
UiNode
struct BoxedUiNode(/* private fields */);