[][src]Type Definition rich_phantoms::PhantomCovariantInheritSendSync

type PhantomCovariantInheritSendSync<T> = PhantomData<PhantomCoFnWorkaroundInheritSync<T>>;

Is Covariant and is Send/Sync if and only if T is. Construct with let x = PhantomData.