Skip to main content

count_by_state

Function count_by_state 

Source
pub async fn count_by_state(
    conn: &mut PgConnection,
) -> ModelResult<Vec<(CreditRegistrationState, i64)>>
Expand description

Live rows per state, for the dashboard funnel.