Function actix_web::http::header::from_comma_delimited[][src]

pub fn from_comma_delimited<'a, I, T>(
    all: I
) -> Result<Vec<T, Global>, ParseError> where
    T: FromStr,
    I: Iterator<Item = &'a HeaderValue> + 'a, 

Reads a comma-delimited raw header into a Vec.