Type Definition phtm::NotSync [−][src]
pub type NotSync = PhantomData<Cell<()>>;Expand description
Marks the containing type as not Sync.
See the crate root documentation for details on marker traits.
pub type NotSync = PhantomData<Cell<()>>;Marks the containing type as not Sync.
See the crate root documentation for details on marker traits.