Struct syntax::parse::common::SeqSep[src]
pub struct SeqSep {
pub sep: Option<Token>,
pub trailing_sep_allowed: bool,
}Fields
sep | |
trailing_sep_allowed |
pub struct SeqSep {
pub sep: Option<Token>,
pub trailing_sep_allowed: bool,
}sep | |
trailing_sep_allowed |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).