We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub
1 parent bfcbe7c commit 54821c5Copy full SHA for 54821c5
tokio-postgres/src/lib.rs
@@ -123,6 +123,7 @@ pub use crate::cancel_token::CancelToken;
123
pub use crate::client::Client;
124
pub use crate::config::Config;
125
pub use crate::connection::Connection;
126
+pub use crate::copy_both::CopyBothDuplex;
127
pub use crate::copy_in::CopyInSink;
128
pub use crate::copy_out::CopyOutStream;
129
use crate::error::DbError;
0 commit comments