pub async fn unique_slug_async<F, Fut>(input: &str, is_taken: F) -> Stringwhere F: FnMut(String) -> Fut, Fut: Future<Output = bool>,
Async variant of unique_slug for DB-backed uniqueness checks.
unique_slug