zng::widget::node

Type Alias BoxedUiNodeList

source
pub type BoxedUiNodeList = Box<dyn UiNodeListBoxed>;
Expand description

An UiNodeList in a box.

Aliased Typeยง

struct BoxedUiNodeList(/* private fields */);