pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme, Status) -> Style + 'a>;
A styling function for a Button.
Button
struct StyleFn<'a, Theme>(/* private fields */);