Type Alias StyleFn
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ยง
pub struct StyleFn<'a, Theme>(/* private fields */);