NotSendOrSync

Type Alias NotSendOrSync 

Source
pub type NotSendOrSync = PhantomData<*const ()>;
Expand description

Marks the containing type as not Send and not Sync.

See the crate root documentation for details on marker traits.

Aliased Typeยง

pub struct NotSendOrSync;