Struct syntex_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 | |
trailing_sep_allowed |