[][src]Type Definition rich_phantoms::PhantomCovariantAlwaysSendSync

type PhantomCovariantAlwaysSendSync<T> = PhantomData<PhantomCoFnWorkaround<T>>;

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