Expand description
Types and traits related to serializing values for the database
Structs
- Wraps a buffer to be written byToSqlwith additional backend specific utilities.
Enums
- Tiny enum to make the return type ofToSqlmore descriptive
Traits
- Serializes a single value to be sent to the database.
- WriteTuplepostgres_backendHelper trait for writing tuples as named composite types
Type Definitions
- A specialized result type representing the result of serializing a value for the database.