pub type NotSync = PhantomData<Cell<()>>;Expand description
Marks the containing type as not Sync.
See the crate root documentation for details on marker traits.
Aliased Typeยง
pub struct NotSync;pub type NotSync = PhantomData<Cell<()>>;Marks the containing type as not Sync.
See the crate root documentation for details on marker traits.
pub struct NotSync;