[][src]Module ra_ap_hir_def::import_map

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

Functions

search_dependencies

Searches dependencies of krate for an importable path matching query.