Trait confgr_core::FromEnv

source ·
pub trait FromEnv {
    // Required methods
    fn from_env() -> Self;
    fn get_env_keys() -> HashMap<String, String>;
}
Expand description

Deserializes a configuration layer from environment variables.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§