hir_def
0.0.0
Module find_
path
Module Items
Enums
Functions
In crate hir_
def
hir_def
Module
find_path
Copy item path
source
Expand description
An algorithm to find a path to refer to a certain item.
Enums
§
Prefix
Kind
Functions
§
find_
path
Find a path that can be used to refer to a certain item. This can depend on
from where
you’re referring to the item, hence the
from
parameter.