Module unshared

Module unshared 

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.