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
std::sync::Arc allows conversion from Box<T> where T: ?Sized. However, triomphe::Arc does not have this relaxed bound. I am trying to convert a boxed trait object to an Arc.
std::sync::Arcallows conversion fromBox<T>whereT: ?Sized. However,triomphe::Arcdoes not have this relaxed bound. I am trying to convert a boxed trait object to an Arc.