You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the example as a reference to get my own code working, but it fails with:
error[E0277]: the trait bound `bodyparser::Raw: plugin::Plugin<iron::Request<'_,'_>>` is not satisfied
--> src/main.rs:27:24
|
27 | let body = req.get::<bodyparser::Raw>();
| ^^^ the trait `plugin::Plugin<iron::Request<'_,'_>>` is not implemented for `bodyparser::Raw`
|
= help: the following implementations were found:
<bodyparser::Rawas plugin::Plugin<iron::request::Request<'a,'b>>>
I tried to use the example as a reference to get my own code working, but it fails with:
The code in question:
The text was updated successfully, but these errors were encountered: