PrometheusHandle was moved into the HttpServer Fn closure but Fn closures require Clone (not FnOnce). Wrap in web::Data before cloning into the closure. |
||
|---|---|---|
| .. | ||
| args.rs | ||
| logging.rs | ||
| main.rs | ||
PrometheusHandle was moved into the HttpServer Fn closure but Fn closures require Clone (not FnOnce). Wrap in web::Data before cloning into the closure. |
||
|---|---|---|
| .. | ||
| args.rs | ||
| logging.rs | ||
| main.rs | ||