pub trait FeatureFlag {
    const NAME: &'static str;
}

Required Associated Constants§

source

const NAME: &'static str

Implementors§

source§

impl FeatureFlag for ChannelsAlpha

source§

const NAME: &'static str = "channels_alpha"