Function parse

Source
pub fn parse<T>(key: &str) -> Result<T, ConfigError>
where T: FromStr, T::Err: Display,
Expand description

Parse an environment variable as a specific type