pub fn split_comma<T: FromStr>(var: String) -> ParseEnvResult<Vec<T>>Expand description
Split a variable on each comma (,) and parse into a list of values.
pub fn split_comma<T: FromStr>(var: String) -> ParseEnvResult<Vec<T>>Split a variable on each comma (,) and parse into a list of values.