Struct tokio_postgres_rustls::RustlsConnect [−][src]
pub struct RustlsConnect(_);
Trait Implementations
impl<S> TlsConnect<S> for RustlsConnect where
S: AsyncRead + AsyncWrite + Unpin + Send + 'static,
impl<S> TlsConnect<S> for RustlsConnect where
S: AsyncRead + AsyncWrite + Unpin + Send + 'static,
type Stream = RustlsStream<S>
type Stream = RustlsStream<S>
The stream returned by the future.
The future returned by the connector.