Expand description

A module for the various types used & generated by the model!() proc-macro.

Structs

A special kind of serializer, its goal is to serialize structs and perhaps maps to a series of field = $field pairs for every key in the supplied object.

Enums

Functions

Serialize a struct into a series of field = $field pairs for every field the struct has, using serde attributes.

Type Definitions