pub trait Read { // Required method fn get(&self, key: &str) -> Result<String, VarError>; }
Get value from environment.
When the environment variable is not present.