macro_rules! get_module {
    ($course:expr, $module_type:ty) => { ... };
}
Expand description

Gets a downcasted CourseModule, by its Type on a Course