pub type UnixSeqpacketTransport = UnixTransport<UnixSeqpacket>;
Expand description

Message transport for Unix seqpacket sockets.

Aliased Type§

struct UnixSeqpacketTransport { /* private fields */ }