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

Aliased Type§

struct BoxFuture<'vm, T, E> { /* private fields */ }