pub type IconFactory = Rc<dyn Fn() -> IconWidget>;Expand description
Reusable factory for an IconWidget. Boxed in Rc so
TabInfo is Clone without forcing IconWidget: Clone.
Aliased Typeยง
pub struct IconFactory { /* private fields */ }pub type IconFactory = Rc<dyn Fn() -> IconWidget>;Reusable factory for an IconWidget. Boxed in Rc so
TabInfo is Clone without forcing IconWidget: Clone.
pub struct IconFactory { /* private fields */ }