pub type ResponseResultBoxFuture<B> = BoxFuture<Result<Response<B>, Error>>;
pub struct ResponseResultBoxFuture<B> { /* private fields */ }