pub fn attainment_matching_submission<'a>(
existing: &'a [ExistingAttainment],
attainment_date: NaiveDate,
grade_scale_id: &str,
grade_id: &str,
) -> Option<&'a ExistingAttainment>Expand description
The attainment a submission we lost track of would have produced, matched on what we sent.