Trait tokio_postgres::tls::TlsStream
source · pub trait TlsStream: AsyncRead + AsyncWrite {
// Required method
fn channel_binding(&self) -> ChannelBinding;
}
Expand description
A TLS-wrapped connection to a PostgreSQL database.
Required Methods§
sourcefn channel_binding(&self) -> ChannelBinding
fn channel_binding(&self) -> ChannelBinding
Returns channel binding information for the session.