Skip to main content

SystemThemeExt

Trait SystemThemeExt 

Source
pub trait SystemThemeExt {
    // Required method
    fn to_iced_theme(&self) -> Theme;
}
Expand description

Extension trait for converting a SystemTheme to an iced theme.

Required Methods§

Source

fn to_iced_theme(&self) -> Theme

Convert this system theme to an iced Theme.

Implementors§