Module async_compression::unshared
source · Structs§
- Wraps a type and only allows unique borrowing, the main use case is to wrap a
!Sync
type and implementSync
for it as this type blocks having multiple shared references to the inner value.