Type Definition ruarango::DocMetaVecResult

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