async fn resolve_linking_email(
conn: &mut PgConnection,
user_id: Uuid,
row: &StudentCreditRegistration,
cache: &mut Option<LinkingMailCache>,
) -> Result<Option<LinkingEmailStatus>, ControllerError>Expand description
The latest linking mail for this account’s Sisu person on this course. None for an account that
was never linked: the mail is addressed to a Sisu person, not to an email address.