Module syntax::parse::common[src]
Common routines shared by parser mods
Structs
| SeqSep |
Functions
| seq_sep_none | |
| seq_sep_trailing_allowed | |
| seq_sep_trailing_disallowed |
Common routines shared by parser mods
| SeqSep |
| seq_sep_none | |
| seq_sep_trailing_allowed | |
| seq_sep_trailing_disallowed |
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).