[][src]Function saphir::header::parsing::from_comma_delimited

pub fn from_comma_delimited<'a, R, T>(raw: &'a R) -> Result<Vec<T>, Error> where
    R: RawLike<'a>,
    T: FromStr

Reads a comma-delimited raw header into a Vec.