Trait FromPreference

Source
pub trait FromPreference {
    // Required method
    fn to_theme(&self) -> Theme;
}

Required Methods§

Source

fn to_theme(&self) -> Theme

Implementations on Foreign Types§

Source§

impl FromPreference for PreferredTheme

Source§

fn to_theme(&self) -> Theme

Implementors§