In Rust, a closure is just syntactic sugar for defining a new type with some sort of call() method. So in theory, we should be able to pass a ...
確定! 回上一頁