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
It's strange that you can't do Thread::spawn(foo).join().unwrap(), but it's because Box<core::any::Any + Send> doesn't implement Show. An un-Showable Err seems like an undesirable thing to have around, is it necessary in this case?