hax_frontend_exporter::traits

Function solve_item_traits_inner

source
fn solve_item_traits_inner<'tcx, S: UnderOwnerState<'tcx>>(
    s: &S,
    generics: GenericArgsRef<'tcx>,
    predicates: impl Iterator<Item = Clause<'tcx>>,
) -> Vec<ImplExpr>
Expand description

Apply the given generics to the provided clauses and resolve the trait references in the current context.