Struct syntax::parse::common::SeqSep
[−]
[src]
pub struct SeqSep { pub sep: Option<Token>, pub trailing_sep_allowed: bool, }
SeqSep
: a sequence separator (token)
and whether a trailing separator is allowed.
Fields
sep: Option<Token>
trailing_sep_allowed: bool