Is there a way to distinguish move closures from non-move closures using a trait bound in Rust?
For context, I\'m using boxed closures in my program (Box + dyn
Box + dyn