Skip to main content

get

Function get 

Source
pub fn get(key: &str) -> Option<String>
Expand description

Read a string environment variable.

Returns None when the variable is not set or cannot be represented as Unicode.