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
There is a trivial impl Clone for ! { fn clone(&self) -> Self { *self } }, but ! as it stands does not implement Clone. Maybe we should have that available? It does implement Copy.