Skip to main content

ActiveTheme

Trait ActiveTheme 

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

Required Methods§

Source

fn theme(&self) -> &Theme

Implementations on Foreign Types§

Source§

impl ActiveTheme for App

Source§

fn theme(&self) -> &Theme

Implementors§