Trait FromPreference

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

Required Methods§

Source

fn to_theme(&self) -> Theme

Implementors§