[][src]Type Definition gluon::compiler_pipeline::BoxFuture

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