Module platform

Module platform 

Source

Structs§

ListenerOptions
A builder for local socket listeners, including Listener.

Enums§

GenericFilePath
Consistent platform-specific mapping from filesystem paths to local socket names.
Listener
Tokio-based local socket server, listening for connections.
LocalSocketListener
Tokio-based local socket server, listening for connections.
LocalSocketStream
Tokio-based local socket byte stream, obtained either from Listener or by connecting to an existing local socket.
Stream
Tokio-based local socket byte stream, obtained either from Listener or by connecting to an existing local socket.

Traits§

_
Tokio local socket server implementations.