pub type BoxTabStack<Data> = TabStack<Box<dyn Widget<Data = Data>>>;
A tabbed stack of boxed widgets
This is a parametrisation of TabStack.
TabStack
pub struct BoxTabStack<Data> { /* private fields */ }