Module bind_collector

Source
Expand description

Types related to managing bind parameters during query construction.

Structs§

ByteWrapperi-implement-a-third-party-backend-and-opt-into-breaking-changes
A type wrapper for raw bytes
RawBytesBindCollectori-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§

BindCollector
A type which manages serializing bind parameters during query construction.
MoveableBindCollectori-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.