Available on crate feature
simple_uds
and non-Windows only.Expand description
This module implements a synchronous transport over a raw std::net::TcpListener
.
Structs§
- UdsTransport
- Simple synchronous UDS transport.
Enums§
- Error
- Error that can occur while using the UDS transport.