Module chalk_solve::clauses::dyn_ty

source ·

Functions§

  • If the self type S of an Implemented goal is a dyn trait type, we wish to generate program-clauses that indicates that it implements its own traits. For example, a dyn Write type implements Write and so on.