pub const fn type_of(_id: TypeId) -> Type🔬This is a nightly-only experimental API. (
core_intrinsics)Available on non-crate feature
ferrocene_subset only.Expand description
Compute the type information of a concrete type. It can only be called at compile time, the backends do not implement it.