Constant FEATURE_FLAG_VARIANT

pub const FEATURE_FLAG_VARIANT: &'static str;
Expand description

A semantic identifier for an evaluated flag value.

§Notes

A semantic identifier, commonly referred to as a variant, provides a means for referring to a value without including the value itself. This can provide additional context for understanding the meaning behind a value. For example, the variant red maybe be used for the value #c05543.

§Examples

  • "red"
  • "true"
  • "on"