Expand description
Unix-socket JSON-RPC client. Clients never bind the control socket.
Structs§
- Client
- Connected client. One stream; notifications arriving during
Self::requestare handed to the optional callback.
Functions§
- decode_
response - Decode a typed
Responsefrom a raw result when the method is known.