pub fn resolve_imported_module_path<'a>(
level: u32,
module: Option<&'a str>,
module_path: Option<&[String]>,
) -> Option<Cow<'a, str>>Expand description
Given an imported module (based on its relative import level and module name), return the fully-qualified module path.