Function iron::headers::parsing::from_one_comma_delimited
[-] [+]
[src]
pub fn from_one_comma_delimited<T>(raw: &[u8]) -> Option<Vec<T>> where T: FromStr
Reads a comma-delimited raw string into a Vec.