logo

Type Definition actix_service::boxed::BoxFuture[][src]

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

A boxed future with no send bound or lifetime parameters.