Function parse_list_of

Source
pub fn parse_list_of<T: 'static, F>(p: F) -> Parser<Vec<T>>
where F: FnMut() -> Parser<T>,