pub fn build_substitution_map(
generics: &[Generic],
type_args: &[Type],
) -> SubstitutionMapExpand description
Build a substitution map from a list of generics and their type arguments, pairing each generic’s name with the type at the same position.