Trait thcon::Themeable[][src]

pub trait Themeable {
    fn config_state(&self, config: &ThconConfig) -> ConfigState;
fn switch(&self, config: &ThconConfig, operation: &Operation) -> Result<()>; }

Required methods

Implementors