@@ -260,16 +260,16 @@ fn test_thread_https_get_request() {
260260 Mutex <
261261 Box <
262262 dyn RequestTrait <
263- RequestResult = Result <
264- Box <
265- dyn ResponseTrait <
266- OutputText = HttpResponseText ,
267- OutputBinary = HttpResponseBinary ,
268- > ,
263+ RequestResult = Result <
264+ Box <
265+ dyn ResponseTrait <
266+ OutputText = HttpResponseText ,
267+ OutputBinary = HttpResponseBinary ,
268+ > + ' static ,
269+ > ,
270+ RequestError ,
269271 > ,
270- RequestError ,
271- > ,
272- > ,
272+ > + ' static ,
273273 > ,
274274 > ,
275275 > = Arc :: clone ( & request_builder) ;
@@ -278,16 +278,16 @@ fn test_thread_https_get_request() {
278278 ' _ ,
279279 Box <
280280 dyn RequestTrait <
281- RequestResult = Result <
282- Box <
283- dyn ResponseTrait <
284- OutputText = HttpResponseText ,
285- OutputBinary = HttpResponseBinary ,
286- > ,
281+ RequestResult = Result <
282+ Box <
283+ dyn ResponseTrait <
284+ OutputText = HttpResponseText ,
285+ OutputBinary = HttpResponseBinary ,
286+ > + ' static ,
287+ > ,
288+ RequestError ,
287289 > ,
288- RequestError ,
289- > ,
290- > ,
290+ > + ' static ,
291291 > ,
292292 > = request_builder. lock ( ) . unwrap ( ) ;
293293 let start_time: Instant = Instant :: now ( ) ;
@@ -331,16 +331,16 @@ fn test_thread_http_get_request() {
331331 Mutex <
332332 Box <
333333 dyn RequestTrait <
334- RequestResult = Result <
335- Box <
336- dyn ResponseTrait <
337- OutputText = HttpResponseText ,
338- OutputBinary = HttpResponseBinary ,
339- > ,
334+ RequestResult = Result <
335+ Box <
336+ dyn ResponseTrait <
337+ OutputText = HttpResponseText ,
338+ OutputBinary = HttpResponseBinary ,
339+ > + ' static ,
340+ > ,
341+ RequestError ,
340342 > ,
341- RequestError ,
342- > ,
343- > ,
343+ > + ' static ,
344344 > ,
345345 > ,
346346 > = Arc :: clone ( & request_builder) ;
@@ -349,16 +349,16 @@ fn test_thread_http_get_request() {
349349 ' _ ,
350350 Box <
351351 dyn RequestTrait <
352- RequestResult = Result <
353- Box <
354- dyn ResponseTrait <
355- OutputText = HttpResponseText ,
356- OutputBinary = HttpResponseBinary ,
357- > ,
352+ RequestResult = Result <
353+ Box <
354+ dyn ResponseTrait <
355+ OutputText = HttpResponseText ,
356+ OutputBinary = HttpResponseBinary ,
357+ > + ' static ,
358+ > ,
359+ RequestError ,
358360 > ,
359- RequestError ,
360- > ,
361- > ,
361+ > + ' static ,
362362 > ,
363363 > = request_builder. lock ( ) . unwrap ( ) ;
364364 let start_time: Instant = Instant :: now ( ) ;
0 commit comments