pub trait DefaultStyle {
    // Required method
    fn default_style(&self) -> Appearance;
}
Available on crate feature application only.
Expand description

The default style of an Application.

Required Methods§

source

fn default_style(&self) -> Appearance

Returns the default style of an Application.

Implementations on Foreign Types§

source§

impl DefaultStyle for Theme

Implementors§