Module hax_frontend_exporter::traits::resolution

source ·
Expand description

Trait resolution: given a trait reference, we track which local clause caused it to be true. This module is independent from the rest of hax, in particular it doesn’t use its state-tracking machinery.

Modules§

Structs§

Enums§

Functions§

  • The predicates to use as a starting point for resolving trait references within this item. This is just like TyCtxt::predicates_of, but in the case of a trait or impl item or closures, also includes the predicates defined on the parents.

Type Aliases§