NotSync

Type Alias NotSync 

Source
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;