Type Definition phtm::NotSendOrSync[][src]

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.