Function hyper::header::shared::util::from_one_comma_delimited [-]  [+] [src]

pub fn from_one_comma_delimited<T: FromStr>(raw: &[u8]) -> Option<Vec<T>>

Reads a comma-delimited raw string into a Vec.