[][src]Module typic::structure

Types used to represent the structure of compound types.

Structs

Empty

The end of a type-level linked list.

Fields

A type-level linked list representing a struct's fields. F is the type of the first field. R is the type of the list representing the remaining fields.

Traits

FieldList