Closed g-cyan closed 2 years ago
Hi @g-cyan, sorry about the late reply.
What's the contents of your Cargo.toml
and Cargo.lock
? This usually happens when the actix-web version is not compatible. Or the feature is not enabled.
actix-web = "3.3.3"
works perfectly so far with above code. I think the above error message is thrown as I had used version 4 of actix -web.
I have the same issue with actix4.
Note: adding the git repo fixed it.
In this page of Actix , I copied the codes.
https://maud.lambda.xyz/web-frameworks.html
The error spilled out as follows.
What can I do for next?