When you create a closure in Rust, it captures the variables either by value or ... borrow or move ids because it is already borrowed by the FnMut closure.
確定! 回上一頁