[][src]Module goggles::make_sync

Structs

MakeSync

Turns any type that implements Send into one that also implements Sync by only allowing mutable access if the inner type is not Sync.