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;pub type NotSendOrSync = PhantomData<*const ()>;Marks the containing type as not Send and not Sync.
See the crate root documentation for details on marker traits.
pub struct NotSendOrSync;