Replies: 1 comment
-
|
Hey. I don't have much time to improve documentation at the moment or to dive into your code sample and understand what's wrong, but maybe the discussion that happened around this before it was implemented (here will be helpful to you? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm confused what is the purpose of the
TypedPathstruct.I assumed from the docs you could use it in your handler to not have to manually implement
OperationInputon all paths.However this is impossible since
TypedPathdoes not implement theTypedPathtrait orJsonSchema.For this example code the compiler complains that these traits are not implemented:
Is there a different purpose to this struct or a different way to use typed routing without having to implement/derive
OperationInputfor all paths?Beta Was this translation helpful? Give feedback.
All reactions