Skip to main content

BoxedWidget

Type Alias BoxedWidget 

Source
pub type BoxedWidget = Box<dyn Widget>;
Expand description

Heap-allocated, type-erased widget.

Aliased Typeยง

pub struct BoxedWidget(/* private fields */);