async fn build_linking_emails(
conn: &mut PgConnection,
mails: Vec<CreditRegistrationAccountLinkingEmail>,
) -> Result<Vec<AdminLinkingEmail>, ControllerError>Expand description
Shared by the ledger detail view and the account-linking admin views: both show a person’s linking mails alongside the token each one carries.