Struct syntax::parse::common::SeqSepUnstable [-] [+] [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