pub trait SetStructFromEnv {
    fn set_from_env() -> Self;
}

Required Methods§

Implementors§