pub type BoxedWidget = Box<dyn Widget>;
Heap-allocated, type-erased widget.
pub struct BoxedWidget(/* private fields */);