PhantomNonSend

Type Alias PhantomNonSend 

Source
pub type PhantomNonSend = PhantomData<MutexGuard<'static, ()>>;
Expand description

A PhantomData to force a type to be !Send

Aliased Typeยง

pub struct PhantomNonSend;