Skip to main content

get_send_status_totals_since

Function get_send_status_totals_since 

Source
pub async fn get_send_status_totals_since(
    conn: &mut PgConnection,
    since: DateTime<Utc>,
    now: DateTime<Utc>,
) -> ModelResult<LinkingMailSendStatusTotals>