Trait tokenlock::Unsync[][src]

pub unsafe trait Unsync { }

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

impl Unsync for ArcTokenUnsyncRef<'_>[src]

impl Unsync for RcToken[src]

impl<Tag: ?Sized> Unsync for UnsyncSingletonToken<Tag>[src]

Loading content...