pub fn generic_annotate_review<P: ReviewProvider + ?Sized>(
provider: &P,
review: &ReviewRequest,
detail: bool,
) -> Result<ReviewAnnotation>Expand description
One review’s annotation, asked per call - the default for every provider but GitHub, and GitHub’s own fallback for a review its batched query cannot see (it reads open reviews only).