Struct syntax::parse::common::SeqSep [] [src]

pub struct SeqSep {
    pub sep: Option<Token>,
    pub trailing_sep_allowed: bool,
}
Unstable (rustc_private)

SeqSep : a sequence separator (token) and whether a trailing separator is allowed.

Fields

sep: Option<Token>
Unstable (rustc_private)
trailing_sep_allowed: bool
Unstable (rustc_private)

Methods

impl SeqSep
[src]

fn trailing_allowed(t: Token) -> SeqSep

fn none() -> SeqSep