Function hir_ty::associated_type_shorthand_candidates
source ยท pub fn associated_type_shorthand_candidates<R>(
db: &dyn HirDatabase,
def: GenericDefId,
res: TypeNs,
cb: impl FnMut(&Name, TypeAliasId) -> Option<R>,
) -> Option<R>