Module diesel::serialize [−][src]
Types and traits related to serializing values for the database
Structs
Output |
Wraps a buffer to be written by |
Enums
IsNull |
Tiny enum to make the return type of |
Traits
ToSql |
Serializes a single value to be sent to the database. |
Type Definitions
Result |
A specialized result type representing the result of serializing a value for the database. |