axum::routing::get
requires handlers to satisfy OperationHandler
#97
-
I started using Usually this works fine with
any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you @Wicpar as I suspected the solution was much closer than expected, was able to use the |
Beta Was this translation helpful? Give feedback.
anyhow::Error
does not implementOperationHandler
, you need to convert it to a type that supports it,