Type Definition gluon_vm::future::BoxFutureValue [] [src]

type BoxFutureValue<'a, T, E> = FutureValue<Box<Future<Item = T, Error = E> + Send + 'a>>;