Module tokio_postgres::params
[−]
Connection parameters
Structs
| ConnectParams |
Information necessary to open a new connection to a Postgres server. |
| UserInfo |
Authentication information. |
Enums
| ConnectTarget |
Specifies the target server to connect to. |
Traits
| IntoConnectParams |
A trait implemented by types that can be converted into a |