env_utf8

Function env_utf8 

Source
pub fn env_utf8(
    env: &HashMap<CString, CString>,
) -> Result<HashMap<String, String>, Utf8Error>
Expand description

Convenience method for plugins to convert the environments given to them into Rust String based environments.