pub fn read_many_primitive<'a, T: Parse>(
    values: impl Iterator<Item = &'a str>
) -> Result<Vec<T>, ParseError>
Expand description

Convert a HeaderValue into a Vec<T> where T: Parse