Struct syntax::parse::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

Methods

impl SeqSep
[src]

Auto Trait Implementations

impl !Send for SeqSep

impl !Sync for SeqSep