use crate::schema::{self, CollectionName, MappedValue, Schematic, SerializedCollection, ViewName};
if let Some(OperationResult::DocumentUpdated { header, .. }) = results.into_iter().next() {
/// [`View::entries(self).query_with_collection_docs()`](super::View::query_with_collection_docs)
if let Some(OperationResult::DocumentUpdated { header, .. }) = results.into_iter().next() {
if let Some(OperationResult::DocumentUpdated { header, .. }) = results.into_iter().next() {
async fn get<C, PrimaryKey>(&self, id: &PrimaryKey) -> Result<Option<OwnedDocument>, Error>
/// the view using [`View::entries(self).query_with_docs()`](super::AsyncView::query_with_docs) instead.
/// [`View::entries(self).query_with_collection_docs()`](super::AsyncView::query_with_collection_docs)
/// the view using [`View::entries(self).query_with_docs()`](super::AsyncView::query_with_docs) instead.