Type Definition gluon_vm::thread::FutureValue

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