blob: 63a6c531e56de9ce820c7933827e9a1ea6fe6545 [file] [log] [blame]
initSidebarItems({"struct":[["Incoming","Stream returned by the `TcpListener::incoming` function representing the stream of sockets received from a listener."],["RecvDgram","A future used to receive a datagram from a UDP socket."],["SendDgram","A future used to write the entire contents of some data to a UDP socket."],["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."],["TcpStreamNew","Future returned by `TcpStream::connect` which will resolve to a `TcpStream` when the stream is connected."],["UdpFramed","A unified `Stream` and `Sink` interface to an underlying `UdpSocket`, using the `UdpCodec` trait to encode and decode frames."],["UdpSocket","An I/O object representing a UDP socket."]],"trait":[["UdpCodec","Encoding of frames via buffers."]]});