pub fn get_or_default<T: FromStr>(name: &str, default: T) -> T
Expand description

Get config value or return default