pub unsafe trait Unsync { }
Expand description
Asserts the types implementing this trait are !Sync. (Negative bounds
are not supported by the compiler at the point of writing, so this trait
must be implemented manually.)
Self must really be !Sync.
This is supported on crate feature alloc only.
This is supported on crate feature std only.
This is supported on crate feature alloc only.