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

type FutureValue<F> = Either<Ready<<F as Future>::Output>, F>;