Struct postgres::io::Stream
[−]
[src]
pub struct Stream(_);
A connection to the Postgres server.
It implements Read, Write and StreamWrapper, as well as AsRawFd on
Unix platforms and AsRawSocket on Windows platforms.