Function count_users

Source
pub async fn count_users(pool: &Pool<MySql>) -> Result<i64>
Expand description

Counts the total number of users in the system.