Type Alias core_extensions::TIdentity
source ยท pub type TIdentity<Type> = <Type as TypeIdentity>::Type;
Expand description
A type-level identity function
pub type TIdentity<Type> = <Type as TypeIdentity>::Type;
A type-level identity function