CommaSeparatedArgumentList

Type Alias CommaSeparatedArgumentList 

Source
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>