Module chalk_solve::clauses::dyn_ty
source · Functions§
- If the self type
S
of anImplemented
goal is adyn trait
type, we wish to generate program-clauses that indicates that it implements its own traits. For example, adyn Write
type implementsWrite
and so on.