pub fn from_comma_delimited<T: FromStr>(raw: &Raw) -> Result<Vec<T>>
Expand description

Reads a comma-delimited raw header into a Vec.