Trait ui2::prelude::ActiveTheme

source ·
pub trait ActiveTheme {
    // Required method
    fn theme(&self) -> &Arc<Theme, Global>;
}

Required Methods§

source

fn theme(&self) -> &Arc<Theme, Global>

Implementations on Foreign Types§

source§

impl ActiveTheme for AppContext

source§

fn theme(&self) -> &Arc<Theme, Global>

Implementors§