Function deserialize_env_var

Source
fn deserialize_env_var<T: for<'a> Deserialize<'a>>(key: &str) -> Option<T>
Expand description

JSON-deserialize the provided environment variable, returning Some(...) if it is present, has a value, and was successfully parsed, and None otherwise