pub fn stream_by_course_module_id<'a>(
    conn: &'a mut PgConnection,
    course_module_ids: &'a [Uuid],
    no_completions_registered_by_this_study_registry_registrar: &'a Option<StudyRegistryRegistrar>
) -> impl Stream<Item = Result<StudyRegistryCompletion>> + Send + 'a
Expand description

Streams completions.

If no_completions_registered_by_this_study_registry_registrar is None, then all completions are streamed.