Expand description
Types implementing an abstraction over IPC channels
Modules§
- unix_
socket - Handler for Unix domain sockets
Constants§
- DEFAULT_
TIMEOUT - Default timeout for client IPC requests.
Traits§
- Connect
- Trait that must be implemented by any IPC client
- Read
Write - This trait is created to allow the iterator returned by incoming to iterate over a trait object that implements both Read and Write.
Functions§
- connector_
from_ url - Create an implementation of
Connect
from the socket URL