Trait ConstSwitch
mail_core::utils
pub trait ConstSwitch: Debug + Copy + Send + Sync + 'static { const ENABLED: bool; }
Trait to allow const bool values in generics.
bool
const ENABLED: bool
impl ConstSwitch for Disabled
impl ConstSwitch for Enabled