Function syntax::parse::tts_to_parser[src]
pub fn tts_to_parser<'a>(sess: &'a ParseSess, tts: Vec<TokenTree>, cfg: CrateConfig) -> Parser<'a>
pub fn tts_to_parser<'a>(sess: &'a ParseSess, tts: Vec<TokenTree>, cfg: CrateConfig) -> Parser<'a>
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).