module_ancestors

Function module_ancestors 

Source
pub fn module_ancestors<'db>(
    db: &'db dyn Database,
    module_id: ModuleId<'db>,
) -> Vec<ModuleId<'db>>
Expand description

Returns all ancestors (parents) of the given module, including the module itself, in order from closest to farthest.