Structs§
- Combine
Net - A new Net calls
tcp_connect()
,tcp_bind()
,udp_bind()
from different Net. - NotImplemented
Net - A no-op Net returns
Error::NotImplemented
for every method. - Peekable
TcpStream
Functions§
- connect_
tcp - Connect two
TcpStream
- connect_
udp - copy_
bidirectional - Copies data in both directions between
a
andb
. - get_
one_ net