Trait env_rs::FromEnv[][src]

pub trait FromEnv: Sized {
    fn from_env() -> Result<Self, String>;
}

Required methods

Implementors