async fn realisations_for(
conn: &mut PgConnection,
course_module_id: Option<Uuid>,
course_id: Option<Uuid>,
) -> ModelResult<Vec<CourseModuleSuotarRealisation>>Expand description
Shared by get_by_course_module_id and get_by_course_id, which differ only in which of
these is Some.