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