Function from_env

Source
pub fn from_env<'a, E>(env: E) -> Builder
where E: Into<Env<'a>>,
Expand description

Create a builder from the given environment variables.

The builder can be configured before being initialized.