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

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

Reads a comma-delimited raw header into a Vec.