Type Alias config::Value

source ·
pub type Value = Rc<String>;
Expand description

Represents the type alias for a configuration value.

Aliased Type§

struct Value { /* private fields */ }