Enum postgres::ConnectTarget
[−]
[src]
pub enum ConnectTarget { Tcp(String), }
Specifies the target server to connect to.
Variants
Tcp | Connect via TCP to the specified host. |