Type Alias zng::widget::node::BoxedUiNodeList
source · 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 */);