pub fn resolve_module_file(
parent_dir: &Path,
mod_name: &str,
item_mod: &ItemMod,
) -> Result<PathBuf, ResolveError>Expand description
Resolve the file path for a module declaration
ยงErrors
Returns ResolveError::ModuleNotFound if the module file cannot be found.