pub async fn create_sparse_unique_index<T: Send + Sync>(
collection: &Collection<T>,
field: &str,
) -> Result<CreateIndexResult>pub async fn create_sparse_unique_index<T: Send + Sync>(
collection: &Collection<T>,
field: &str,
) -> Result<CreateIndexResult>