Type Alias cosmic::iced_widget::pane_grid::StyleFn
source · pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme) -> Style + 'a>;
Expand description
A styling function for a PaneGrid
.
This is just a boxed closure: Fn(&Theme, Status) -> Style
.
Aliased Type§
struct StyleFn<'a, Theme>(/* private fields */);