pub fn from_env<T>() -> Result<T>where
T: DeserializeOwned,
Expand description
Deserializes a type based on information stored in env variables
pub fn from_env<T>() -> Result<T>where
T: DeserializeOwned,
Deserializes a type based on information stored in env variables