pub fn winning_candidate(
candidates: &[TuneCandidateResult],
) -> Option<&TuneCandidateResult>Expand description
The winner a verdict of ApplyVerdict::Apply refers to.
Re-derived by the same rule evaluate_apply uses, so the applier and the
gate cannot disagree about which candidate won.