Type Definition ruarango::ArangoVec

source ·
pub type ArangoVec<T> = Vec<Either<ArangoErr, T>>;
Expand description