Trait thcon_trait::Disableable[][src]

pub trait Disableable {
    fn disabled(&self) -> bool;
}
Expand description

An app that can be disabled via configuration.

Required methods

Returns true if the configured app is disabled.

Implementors