Module unshared
async_
compression
0.4.21
Module unshared
Module Items
Structs
In crate async_
compression
Modules
brotli
codec
macros
tokio
unshared
util
Enums
Level
async_compression
Module
unshared
Copy item path
Settings
Help
Summary
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.