pub fn from_comma_delimited<'a, I, T>(
all: I
) -> Result<Vec<T, Global>, ParseError> where
I: 'a + Iterator<Item = &'a HeaderValue>,
T: FromStr,
Expand description
Reads a comma-delimited raw header into a Vec.
pub fn from_comma_delimited<'a, I, T>(
all: I
) -> Result<Vec<T, Global>, ParseError> where
I: 'a + Iterator<Item = &'a HeaderValue>,
T: FromStr,
Reads a comma-delimited raw header into a Vec.