pub fn def_path_def_ids( tcx: TyCtxt<'_>, path: &[&str], ) -> impl Iterator<Item = DefId>
Resolves a def path like std::vec::Vec to its DefIds, see def_path_res.
std::vec::Vec
DefId
def_path_res