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