Struct syn_helpers::CommaSeparatedList
source · 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>