Struct std::net::UnixStream

struct UnixStream { ... }

A Unix domain stream socket

Unix domain sockets provide bidirectional communication between processes on the same machine using filesystem paths as addresses.

Example

Fields

Methods

impl UnixStream { ... }

Mixins

impl UnixStream { ... }