Type Definition ruarango::ArangoEither

source ·
pub type ArangoEither<T> = Either<JobInfo, T>;
Expand description

Either JobInfo from an asynchronous invocation on the left or the result T from a synchronous invocation on the right