Expand description
Dealing with trait goals, i.e. T: Trait<'a, U>.
Enums§
- Trait
Goal 🔒Proven Via  - How we’ve proven this trait goal.
 
Functions§
- trait_
predicate_ 🔒with_ def_ id  - Small helper function to change the 
def_idof a trait predicate - this is not normally something that you want to do, as different traits will require different args and so making it easy to change the trait is something of a footgun, but it is useful in the narrow circumstance of changing fromMetaSizedtoSized, which happens as part of the lazy elaboration of sizedness candidates.