Skip to main content

count_audit_logs_created_between

Function count_audit_logs_created_between 

Source
pub async fn count_audit_logs_created_between<C>(
    db: &C,
    start: DateTime<Utc>,
    end: DateTime<Utc>,
) -> Result<u64>
where C: ConnectionTrait,
Expand description

Counts audit log rows created in [start, end).