Skip to content

Alpha MwV2 vs MwV3 #185

Jul 1, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The difference between MwV2 & MwV3 isn't actually the arguments, it's just how the arguments are constrained. They both need the two arguments and the same function signature to be valid (The advantage of the unconstrained type is that you can provide non-closure types but this is mostly for super advanced stuff). The reason MwV2 exists comes down to this (playground) and I am still working on a coming up with a solution to this because it's really not great DX but Rust makes it very difficult.

Would be good for you to send through the code you've got cause I don't know if you're running on the latest crates.io release, main, or the v1-alpha. All of them handle stuff pretty differently. C…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seogrady
Comment options

Answer selected by seogrady
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants