Module c3p0_postgres::deadpool::postgres::tokio_postgres::binary_copy [−][src]
Utilities for working with the PostgreSQL binary copy format.
Structs
| BinaryCopyInWriter | A type which serializes rows into the PostgreSQL binary copy format. |
| BinaryCopyOutRow | A row of data parsed from a binary copy out stream. |
| BinaryCopyOutStream | A stream of rows deserialized from the PostgreSQL binary copy format. |