Function is_user_in_db

Source
async fn is_user_in_db(
    user_id: String,
    mongo_client: &Client,
) -> Result<bool, Error>