[][src]Trait tokio_postgres::tls::TlsStream

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

A TLS-wrapped connection to a PostgreSQL database.

Required methods

pub fn channel_binding(&self) -> ChannelBinding[src]

Returns channel binding information for the session.

Loading content...

Implementors

impl TlsStream for NoTlsStream[src]

Loading content...