Skip to main content

EnvironmentReader

Trait EnvironmentReader 

Source
pub trait EnvironmentReader: Send {
    // Required method
    fn var_os(&self, key: &str) -> Option<OsString>;
}

Required Methods§

Source

fn var_os(&self, key: &str) -> Option<OsString>

Implementors§