Function headers::util::csv::from_comma_delimited

source ยท
pub(crate) fn from_comma_delimited<'i, I, T, E>(
    values: &mut I,
) -> Result<E, Error>
where I: Iterator<Item = &'i HeaderValue>, T: FromStr, E: FromIterator<T>,
Expand description

Reads a comma-delimited raw header into a Vec.