Skip to main content

field_representing_type_actual_type_id

Function field_representing_type_actual_type_id 

Source
pub const fn field_representing_type_actual_type_id(
    _frt_type_id: TypeId,
) -> TypeId
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Gets the actual field TypeId of the FieldRepresentingType’s TypeId.

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