pub fn fully_solve_obligation<'a, 'tcx>(
    infcx: &InferCtxt<'a, '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