You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some closures are shallow-clonable and should implement .clone().
One example is a &'static fn(A) -> R autoborrowed from an extern fn. If it's clonable then that could make an iterator adaptor like MapIterator clonable in some cases.