pub fn struct_owner_module(
graph: &ModuleGraph<'_>,
module: &Module,
struct_name: &str,
) -> StringExpand description
Return the module that owns a struct type referenced from module.
Checks local declarations first, then walks use imports and their submodules.