pub fn until_comma(input: ParseStream<'_>) -> Result<TokenStream>
Collect from input until a , is encountered.
input
,