[][src]Type Definition druid::BoxedWidget

type BoxedWidget<T> = WidgetPod<T, Box<dyn Widget<T>>>;

Convenience type for dynamic boxed widget.