Value

Type Alias Value 

Source
pub type Value = Rc<String>;
Available on non-crate feature async only.
Expand description

Represents the type alias for a configuration value.

Aliased Typeยง

pub struct Value { /* private fields */ }