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?

Structs

DeepVisitor [
Experimental
]

Traits

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: