Function de_lobby::conf::mandatory

source ·
pub fn mandatory<T>(name: &str) -> Result<T>
where T: FromStr, <T as FromStr>::Err: Error + Send + Sync + 'static,
Expand description

Load and parse the value of an environment variable.

§Arguments

  • name - name of the environment variable to load.