pub fn module_macro_modules<'db>(
db: &'db dyn Database,
include_all: bool,
module_id: ModuleId<'db>,
) -> &'db Vec<ModuleId<'db>>Expand description
Returns the modules that are considered a part of this module.
If include_all is true, all modules are returned, regardless if exposed, or are the main
module.