Rather than a postfix .move, I think making it a block like move {} would make it clearer which code would be moved out of the closure body and makes it less likely to attempt to use a variable only defined inside the closure inside the move {} block.
3 Likes