Expand description
Types related to managing bind parameters during query construction.
Structs§
- Byte
Wrapper i-implement-a-third-party-backend-and-opt-into-breaking-changes
A type wrapper for raw bytes - RawBytes
Bind Collector i-implement-a-third-party-backend-and-opt-into-breaking-changes
A bind collector used by backends which transmit bind parameters as an opaque blob of bytes.
Traits§
- A type which manages serializing bind parameters during query construction.
- Moveable
Bind Collector i-implement-a-third-party-backend-and-opt-into-breaking-changes
A movable version of the bind collector which allows it to be extracted, moved and refilled.