Type Alias zng::widget::node::BoxedUiNode

source ·
pub type BoxedUiNode = Box<dyn UiNodeBoxed>;
Expand description

An UiNode in a box.

Aliased Type§

struct BoxedUiNode(/* private fields */);