Struct rustc::middle::expr_use_visitor::ExprUseVisitor[src]
pub struct ExprUseVisitor<'d, 't, TYPER> {
// some fields omitted
}pub struct ExprUseVisitor<'d, 't, TYPER> {
// some fields omitted
}impl<'d, 't, TYPER: Typer> ExprUseVisitor<'d, 't, TYPER>
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).