pub type CommaSeparatedArgumentList<T> = CommaSeparatedList<Argument<T>>;Aliased Type§
pub struct CommaSeparatedArgumentList<T>(pub Punctuated<Argument<T>, Comma>);Tuple Fields§
§0: Punctuated<Argument<T>, Comma>pub type CommaSeparatedArgumentList<T> = CommaSeparatedList<Argument<T>>;pub struct CommaSeparatedArgumentList<T>(pub Punctuated<Argument<T>, Comma>);0: Punctuated<Argument<T>, Comma>