Type Definition ruarango::ArangoResult

source ·
pub type ArangoResult<T> = Result<ArangoEither<T>>;
Expand description

A result that on success is either JobInfo from an asynchronous invocation on the left or the result T from a synchronous invocation on the right