Function hyper::header::shared::util::from_comma_delimited
[-]
[+]
[src]
pub fn from_comma_delimited<T: FromStr>(raw: &[Vec<u8>]) -> Option<Vec<T>>
Reads a comma-delimited raw header into a Vec.