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
I'm trying to use a dyn Trait with a Mutex while moving from std::sync::Mutex to async_std::sync::Mutex. Is it possible for the Mutex in this crate to have T: ?Sized? The the std version allows for ?Sized types, but I don't know if this would be an issue for async_std.