pub async fn get_latest_date(
    conn: &mut PgConnection
) -> ModelResult<Option<NaiveDate>>
Expand description

Gets the latest date for which the statistics have been calculated.