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