Replies: 1 comment
-
would share how your resolved,im also have this question |
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
-
Summary
I have this router function with generics:
This doesn't compile with error:
But if I comment out line with
await
:state.resolver.resolve("").await
it compiles fine.
I can't use
top_level_handler_fn
because it doesn't support generics.How to find out what else required to make this code compile? What is required to make handler with await work?
axum version
0.7.5
Beta Was this translation helpful? Give feedback.
All reactions