Comment on Common Rust Lifetime Misconceptions (2020)parentComments−drewtato2yMost likely yes.However, if you don't specify the argument type, it compiles fine. It's rare that you need to specify argument or return types on a closure, so it's not actually a large issue.
Comments
Most likely yes.
However, if you don't specify the argument type, it compiles fine. It's rare that you need to specify argument or return types on a closure, so it's not actually a large issue.