Module rustc_next_trait_solver::solve::assembly::structural_traits
source · Expand description
Code which is used by built-in goals that match “structurally”, such a auto
traits, Copy
/Clone
.
Structs§
- Relevant types for an async callable, including its inputs, output, and the return type you get from awaiting the output.
Functions§
- Given a coroutine-closure, project to its returned coroutine when we are not certain that the closure’s kind is compatible with the goal, and therefore also don’t know yet what the closure’s upvars are.
- Given a coroutine-closure, project to its returned coroutine when we are certain that the closure’s kind is compatible with the goal.
- Assemble a list of predicates that would be present on a theoretical user impl for an object type. These predicates must be checked any time we assemble a built-in object candidate for an object type, since they are not implied by the well-formedness of the type.