env_values

Function env_values 

Source
pub fn env_values<T>(
    key: &str,
    default: Option<Vec<T>>,
) -> Result<Vec<T>, Error>
where T: FromStr,
Expand description

Export useful types Get value array from env and parse it to T