Skip to main content

get_series_for_state

Function get_series_for_state 

Source
pub async fn get_series_for_state(
    conn: &mut PgConnection,
    state: CreditRegistrationState,
    from: NaiveDate,
    to: NaiveDate,
) -> ModelResult<Vec<CreditRegistrationDailySnapshot>>