pub type BoxedUiNodeList = Box<dyn UiNodeListBoxed>;
Expand description
An UiNodeList
in a box.
Aliased Typeยง
struct BoxedUiNodeList(/* private fields */);
pub type BoxedUiNodeList = Box<dyn UiNodeListBoxed>;
An UiNodeList
in a box.
struct BoxedUiNodeList(/* private fields */);