pub fn stream_exam_points(
    conn: &mut PgConnection,
    exam_id: Uuid
) -> impl Stream<Item = Result<ExamUserPoints>> + '_