[][src]Trait mail_core::utils::ConstSwitch

pub trait ConstSwitch: Debug + Copy + Send + Sync + 'static {
    const ENABLED: bool;
}

Trait to allow const bool values in generics.

Associated Constants

const ENABLED: bool

Loading content...

Implementors

impl ConstSwitch for Disabled[src]

impl ConstSwitch for Enabled[src]

Loading content...