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