Skip to main content

EnvSource

Trait EnvSource 

Source
pub trait EnvSource {
    // Required method
    fn exists(&self, name: &str) -> bool;
}

Required Methods§

Source

fn exists(&self, name: &str) -> bool

Implementors§