pub fn env_or_with(env: &impl Environment, key: &str, default: &str) -> StringExpand description
Read a value through an injected environment, returning a default when absent.
pub fn env_or_with(env: &impl Environment, key: &str, default: &str) -> StringRead a value through an injected environment, returning a default when absent.