zng::widget::node

Type Alias BoxedUiNode

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

An UiNode in a box.

Aliased Typeยง

struct BoxedUiNode(/* private fields */);