Type Alias actix_service::boxed::BoxFuture

source ·
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T>>>;
Expand description

A boxed future with no send bound or lifetime parameters.

Aliased Type§

struct BoxFuture<T> { /* private fields */ }