pub type TabContentFactory = Box<dyn FnOnce() -> RetainedView>;
pub struct TabContentFactory(/* private fields */);