pub trait ToEnvs {
    fn to_envs(self) -> BTreeMap<String, Option<String>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§