mentat/tokio_tcp/sidebar-items.js
2018-08-22 17:04:13 +00: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."]]});