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 */);