Function std::os::env_as_bytes[src]
pub fn env_as_bytes() -> Vec<(Vec<u8>, Vec<u8>)>
Returns a vector of (variable, value) byte-vector pairs for all the environment variables of the current process.
pub fn env_as_bytes() -> Vec<(Vec<u8>, Vec<u8>)>
Returns a vector of (variable, value) byte-vector pairs for all the environment variables of the current process.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).