Skip to main content

Module sync_stream

Module sync_stream 

Source
Expand description

Sync stream abstraction for multiple transport types.

This module provides SyncStream, an enum that can hold different sync stream types (TCP, Unix Domain Socket) while implementing the necessary I/O traits.

Enumsยง

SyncStream
A sync stream that can be either TCP or Unix Domain Socket.