Replies: 1 comment 4 replies
-
You can switch from |
Beta Was this translation helpful? Give feedback.
4 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.
-
Summary
Hi,
I’m migrating from axum 0.6 and had some
Option<ConnectInfo<SocketAddr>>
as extractors and they are now rejected asConnectInfo
doesn’t implementOptionalFromRequestParts
it seems.Is there a way around this?
axum version
0.8
Beta Was this translation helpful? Give feedback.
All reactions