pub async fn create_sparse_unique_index_from_doc<T: Send + Sync>(
collection: &Collection<T>,
index_doc: Document,
) -> Result<CreateIndexResult>
pub async fn create_sparse_unique_index_from_doc<T: Send + Sync>(
collection: &Collection<T>,
index_doc: Document,
) -> Result<CreateIndexResult>