Trait kas_theme::ThemeConfig[][src]

pub trait ThemeConfig: Clone + Debug + 'static {
    fn apply_startup(&self);
fn raster(&self) -> &RasterConfig; }
Expand description

Requirements on theme config (without config feature)

Required methods

Apply startup effects

Get raster config

Implementors