jj_lib::config

Type Alias ConfigValue

Source
pub type ConfigValue = Value;
Expand description

Generic config value.

Aliased Type§

struct ConfigValue {
    pub kind: ValueKind,
    /* private fields */
}

Fields§

§kind: ValueKind

Underlying kind of the configuration value.