Module sample_generated_code

Source
Expand description

This defines a few types showcasing various features of the Facet derive macro.

Structs§

KitchenSinkStruct
A struct demonstrating various field types and attributes.
Point
A simple point struct, also deriving Facet.

Enums§

KitchenSinkEnum
An enum demonstrating different variant types and attributes.
SubEnum
A sub-enum used within KitchenSinkEnum.