Type Alias Value

Source
pub type Value = Rc<String>;
Expand description

Represents the type alias for a configuration value.

Aliased Typeยง

pub struct Value { /* private fields */ }