iced::widget::text_input

Type Alias StyleFn

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

A styling function for a TextInput.

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

Aliased Typeยง

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