pub unsafe trait HasSync { }
Expand description

Safety

Implementing containers must contain types that implement Sync.

Implementors