[][src]Type Definition gluon_vm::thread::FutureValue

type FutureValue<F> = Either<FutureResult<<F as Future>::Item, <F as Future>::Error>, F>;