async_
compression
0.4.18
Module unshared
Module Items
Structs
In crate async_
compression
async_compression
Module
unshared
Copy item path
source
Structs
ยง
Unshared
Wraps a type and only allows unique borrowing, the main use case is to wrap a
!Sync
type and implement
Sync
for it as this type blocks having multiple shared references to the inner value.