We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc6bf2 commit 04bd98eCopy full SHA for 04bd98e
tokio-postgres/src/tls.rs
@@ -50,7 +50,7 @@ impl AsyncWrite for Socket {
50
}
51
52
53
-pub trait TlsConnect {
+pub trait TlsConnect: Sync + Send {
54
fn connect(
55
&self,
56
domain: &str,
0 commit comments