[][src]Type Definition rich_phantoms::PhantomCovariantNeverSendSync

type PhantomCovariantNeverSendSync<T> = PhantomData<PhantomCoFnWorkaroundNonSync<T>>;

Is Covariant and never Send/Sync. Construct with let x = PhantomData.