Module ra_ap_hir::import_map[][src]

Expand description

A map of all publicly exported items in a crate.

Structs

ImportInfo

Item import details stored in the ImportMap.

ImportMap

A map from publicly exported items to the path needed to import/name them from a downstream crate.

ImportPath
Query

Enums

ImportKind
SearchMode

A way to match import map contents against the search query.

Functions

search_dependencies

Searches dependencies of krate for an importable path matching query.