Function parse_groups

Source
pub fn parse_groups<T, R>(input: ParseStream<'_>) -> Result<R>
where T: Sized + Parse, R: FromIterator<T>,