Enum test::ColorConfig[src]

pub enum ColorConfig {
    AutoColor,
    AlwaysColor,
    NeverColor,
}

Variants

AutoColor
AlwaysColor
NeverColor