initSidebarItems({"mod":[["tcp","TCP bindings for `tokio`."],["udp","UDP bindings for `tokio`."],["unix","Unix domain socket bindings for `tokio` (only available on unix systems)."]],"struct":[["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."],["UdpFramed","A unified `Stream` and `Sink` interface to an underlying `UdpSocket`, using the `Encoder` and `Decoder` traits to encode and decode frames."],["UdpSocket","An I/O object representing a UDP socket."],["UnixDatagram","An I/O object representing a Unix datagram socket."],["UnixDatagramFramed","A unified `Stream` and `Sink` interface to an underlying `UnixDatagram`, using the `Encoder` and `Decoder` traits to encode and decode frames."],["UnixListener","A Unix socket which can accept connections from other Unix sockets."],["UnixStream","A structure representing a connected Unix socket."]]});