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
fn deserialize_env_var<T: for<'a> Deserialize<'a>>(key: &str) -> Option<T>
JSON-deserialize the provided environment variable, returning Some(...)
if
it is present, has a value, and was successfully parsed, and None
otherwise