Skip to main content

Module path_resolver

Module path_resolver 

Source
Expand description

Path resolution for safely matching qualified paths in Rust code. Tracks use statements and validates whether a path refers to a specific target.

Structsยง

PathResolver
Tracks use statements and validates whether paths refer to a specific target.