Replies: 1 comment
-
This order would also mean it's easier to move some value into the fn closure and also use it to construct some dependency. |
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
-
As rust does not support default arguments, we'd better make the callback be the last argument.
Beta Was this translation helpful? Give feedback.
All reactions