syntax::ast::SyntaxContext[src]
type SyntaxContext = u32;
A SyntaxContext represents a chain of macro-expandings and renamings. Each macro expansion corresponds to a fresh uint
type SyntaxContext = u32;
A SyntaxContext represents a chain of macro-expandings and renamings. Each macro expansion corresponds to a fresh uint
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).