pub fn get_mod_children<'tcx>( tcx: TyCtxt<'tcx>, def_id: RDefId, ) -> Vec<(Option<Ident>, RDefId)>
Gets the children of a module.