comma_separated

Function comma_separated 

Source
pub fn comma_separated<P: Parse>(
    stream: ParseStream<'_>,
) -> Result<Punctuated<P, Comma>>