pub fn fully_solve_obligation<'tcx>(
    infcx: &InferCtxt<'tcx>,
    obligation: PredicateObligation<'tcx>
) -> Vec<FulfillmentError<'tcx>>
Expand description

Process an obligation (and any nested obligations that come from it) to completion, returning any errors