Module hir_def::import_map
source · Expand description
A map of all publicly exported items in a crate.
Structs§
- Item import details stored in the
ImportMap
. - A map from publicly exported items to its name.
Enums§
- Three possible ways to search for the name in associated and/or other items.
- A way to match import map contents against the search query.
Functions§
- Searches dependencies of
krate
for an importable name matchingquery
.