env_with_prefix

Function env_with_prefix 

Source
pub fn env_with_prefix(
    iter: impl IntoIterator<Item = (String, String)>,
    prefix: impl AsRef<str>,
) -> HashMap<String, String>