iced::widget::rule

Type Alias StyleFn

Source
pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme) -> Style + 'a>;
Expand description

A styling function for a Rule.

This is just a boxed closure: Fn(&Theme, Status) -> Style.

Aliased Typeยง

struct StyleFn<'a, Theme>(/* private fields */);