[][src]Trait postgres::tls::TlsStream

pub trait TlsStream: AsyncRead + AsyncWrite {
    fn channel_binding(&self) -> ChannelBinding;
}

A TLS-wrapped connection to a PostgreSQL database.

Required methods

fn channel_binding(&self) -> ChannelBinding

Returns channel binding information for the session.

Loading content...

Implementors

Loading content...