fn collect_course_modules(
course_modules: Vec<CourseModule>,
chapters: Vec<ChapterWithStatus>,
) -> ControllerResult<Vec<CourseMaterialCourseModule>>
Expand description
Combines course modules and chapters, consuming them.
fn collect_course_modules(
course_modules: Vec<CourseModule>,
chapters: Vec<ChapterWithStatus>,
) -> ControllerResult<Vec<CourseMaterialCourseModule>>
Combines course modules and chapters, consuming them.