Module get_static_equivalent

Source
Expand description

Contains the GetStaticEquivalent_ trait and related items.

Structs§

Unsized
Used to avoid a ?Sized bound on GetStaticEquivalent_::StaticEquivalent.

Traits§

GetStaticEquivalent_
A type that stands in for Self,used to create a UTypeId for doing layout checking.

Type Aliases§

GetStaticEquivalent
Gets the 'static equivalent of a type,only for use in creating a UTypeId.