mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix(core): export net::socket::WriteBuffer
This commit is contained in:
parent
9b0a09387c
commit
4c22994605
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
mod socket;
|
||||
pub mod tls;
|
||||
|
||||
pub use socket::{connect_tcp, connect_uds, BufferedSocket, Socket, SocketIntoBox, WithSocket};
|
||||
pub use socket::{
|
||||
connect_tcp, connect_uds, BufferedSocket, Socket, SocketIntoBox, WithSocket, WriteBuffer,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue