Module rustc::hir::itemlikevisit[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

use super::Item;
use super::ImplItem;
use super::TraitItem;
use super::intravisit::Visitor;

Structs

DeepVisitor [
Experimental
]
ParDeepVisitor [
Experimental
]

Traits

IntoVisitor [
Experimental
]
ItemLikeVisitor [
Experimental
]

The "item-like visitor" visitor defines only the top-level methods that can be invoked by Crate::visit_all_item_likes(). Whether this trait is the right one to implement will depend on the overall pattern you need. Here are the three available patterns, in roughly the order of desirability:

ParItemLikeVisitor [
Experimental
]

A parallel variant of ItemLikeVisitor