Skip to main content

field_representing_type_name

Function field_representing_type_name 

Source
pub const fn field_representing_type_name(_frt_type_id: TypeId) -> &'static str
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Gets the name of the field represented by the FieldRepresentingType’s TypeId.

The more user-friendly version of this intrinsic is core::mem::type_info::FieldId::name.