type_of

Function type_of 

Source
pub const fn type_of(_id: TypeId) -> Type
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Compute the type information of a concrete type. It can only be called at compile time, the backends do not implement it.