pub type PhantomNonSend = PhantomData<MutexGuard<'static, ()>>;Expand description
A PhantomData to force a type to be !Send
Aliased Typeยง
pub struct PhantomNonSend;pub type PhantomNonSend = PhantomData<MutexGuard<'static, ()>>;A PhantomData to force a type to be !Send
pub struct PhantomNonSend;