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

type BoxFuture<'vm, T, E> = Pin<Box<dyn Future<Output = StdResult<T, E>> + Send + 'vm>>;