Crate opera

Source
Expand description

This crate provides marker types that are easier to understand than using PhantomData directly.

Structsยง

PhantomNotSend
A marker type that implements !Send.
PhantomNotSync
A marker type that implements !Sync.