fn from_env()

in hfendpoints-core/src/environ.rs [21:26]


    fn from_env() -> Self;
}

/// Super trait for all variables which can be inferred at runtime, from the environment variables
/// but whose extraction may fail
pub trait TryFromEnv {