Type Definition ruarango::DocMetaResult

source ·
pub type DocMetaResult<N, O> = ArangoResult<DocMeta<N, O>>;
Expand description

An ArangoResult that has DocMeta on the right.

  • The type N is the type of the new_doc output if enabled.
  • The type O is the type of the old_doc output if enabled.