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

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

A boxed future without a Send bound or lifetime parameters.