Expand description
This crate provides marker types that are easier to understand than using PhantomData directly.
Structsยง
- Phantom
NotSend - A marker type that implements
!Send
. - Phantom
NotSync - A marker type that implements
!Sync
.
This crate provides marker types that are easier to understand than using PhantomData directly.
!Send
.!Sync
.