Struct syn_helpers::CommaSeparatedList [−][src]
pub struct CommaSeparatedList<T>(pub Punctuated<T, Comma>);Tuple Fields
0: Punctuated<T, Comma>pub struct CommaSeparatedList<T>(pub Punctuated<T, Comma>);0: Punctuated<T, Comma>