Struct qp_postgres::PgConnFactory [−][src]
pub struct PgConnFactory<T> where
T: MakeTlsConnect<Socket> + Clone + Send + Sync,
T::Stream: Send + Sync + 'static,
T::TlsConnect: Send + Sync,
<T::TlsConnect as TlsConnect<Socket>>::Future: Send, { /* fields omitted */ }