pub fn module_ancestors<'db>( db: &'db dyn Database, module_id: ModuleId<'db>, ) -> Vec<ModuleId<'db>>
Returns all ancestors (parents) of the given module, including the module itself, in order from closest to farthest.