async fn build_my_credit_registrations(
conn: &mut PgConnection,
user_id: Uuid,
filter: StudentRegistrationFilter,
) -> Result<Vec<MyCreditRegistration>, ControllerError>Expand description
Assembles the wire rows for one account, adding the enrolment link and the linking-mail status the ledger does not carry.