critical-section icon indicating copy to clipboard operation
critical-section copied to clipboard

Added a `?Sized` constraint to `T` in `Mutex<T>`

Open za-songguo opened this issue 6 months ago • 0 comments

Added a ?Sized constraint to T in Mutex<T>, allowing it to work with unsized types, such as trait objects.

za-songguo avatar Aug 17 '24 13:08 za-songguo