Module diesel::query_builder::bind_collector
source · Expand description
Types related to managing bind parameters during query construction.
Structs
- ByteWrapper
i-implement-a-third-party-backend-and-opt-into-breaking-changes
A type wrapper for raw bytes - 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.