[][src]Type Definition abi_stable::abi_stability::stable_abi_trait::StaticEquivalent

type StaticEquivalent<T> = <T as SharedStableAbi>::StaticEquivalent;

Gets the 'static equivalent of the type,so as to get the TypeId, to uniquely identify the TypeLayout for each type.