iced::widget::qr_code

Type Alias StyleFn

Source
pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme) -> Style + 'a>;
Available on crate feature qr_code only.
Expand description

A styling function for a QRCode.

Aliased Typeยง

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