Skip to content

Commit 34d44e2

Browse files
committed
lib: add pub export for CopyBothDuplex struct
1 parent 2fdbaed commit 34d44e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ pub use crate::cancel_token::CancelToken;
121121
pub use crate::client::Client;
122122
pub use crate::config::Config;
123123
pub use crate::connection::Connection;
124+
pub use crate::copy_both::CopyBothDuplex;
124125
pub use crate::copy_in::CopyInSink;
125126
pub use crate::copy_out::CopyOutStream;
126127
use crate::error::DbError;

0 commit comments

Comments
 (0)