Skip to main content

FromPreference

Trait FromPreference 

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

Required Methods§

fn to_theme(&self) -> Theme

Implementors§