mentat/docs/apis/rust/tokio_tcp/sidebar-items.js
2018-06-22 12:08:32 +01:00

1 line
No EOL
471 B
JavaScript

initSidebarItems({"struct":[["ConnectFuture","Future returned by `TcpStream::connect` which will resolve to a `TcpStream` when the stream is connected."],["Incoming","Stream returned by the `TcpListener::incoming` function representing the stream of sockets received from a listener."],["TcpListener","An I/O object representing a TCP socket listening for incoming connections."],["TcpStream","An I/O object representing a TCP stream connected to a remote endpoint."]]});