Struct std::typing::Field

struct Field<StructT, FieldT> { ... }

Field descriptor.

This struct provides compile-time reflection information about a field of a struct or union.

It is created by calling fields.

Methods

impl Field<StructT, FieldT> { ... }