mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +00:00
6 lines
224 B
Text
6 lines
224 B
Text
![]() |
error: Endpoint handler functions that are async must not take `&State` as an argument, consider taking `&mut State`
|
||
|
--> $DIR/async_state.rs:10:19
|
||
|
|
|
||
|
10 | async fn read_all(state: &State) {}
|
||
|
| ^^^^^
|