Trait tokenlock::Unsync[][src]

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.)

Safety

Self must really be !Sync.

Implementors