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

The default style of an Application.

Required Methods§

source

fn default_style(&self) -> Appearance

Returns the default style of an Application.

Implementors§