pub type Variant = String;
One of a flag’s named outcomes ("on", "off", "experiment-a", …).
"on"
"off"
"experiment-a"
pub struct Variant { /* private fields */ }