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

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