Module socket
tokio
1.44.1
Module socket
Module Items
Structs
Functions
In tokio::
net::
tcp
Modules
listener
socket
split
split_owned
stream
Structs
OwnedReadHalf
OwnedWriteHalf
ReadHalf
ReuniteError
WriteHalf
tokio
::
net
::
tcp
Module
socket
Copy item path
Settings
Help
Summary
Source
Structs
§
TcpSocket
A TCP socket that has not yet been converted to a
TcpStream
or
TcpListener
.
Functions
§
convert_
address
🔒