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

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

Reads a comma-delimited raw header into a Vec.