pub fn list_solution_sets(
conn: &Connection,
time_range: Range<Duration>,
limit: i64,
) -> Result<Vec<(ContentAddress, SolutionSet, Duration)>, QueryError>Expand description
List all solution sets that were submitted within the given time range.
The number of results will be limited to the given limit.
Note that if the same solution set was submitted multiple times within the given time range, they will appear multiple times in the result.