Type Definition gluon_vm::BoxFuture

source ·
pub type BoxFuture<'vm, T, E> = Box<dyn Future<Item = T, Error = E> + Send + 'vm>;