Replies: 1 comment
-
From the code,q there is this (./core/lib/src/request/from_param.rs):
So if the type is Vec or Vec(str) there need to be an implementation FromSegements for that type (String/str). But how? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application I am building in order to learn more about Rocket/Rust with MongoDB. The MongoDB part is fine but I want a call something like this:
The problem is that when cuisines is missing then the REQ fails as it doesn't match. Is there an example where this is shown?
Thanks
Mongo Loves Data - Rocket
Beta Was this translation helpful? Give feedback.
All reactions