Skip to main content

Module client

Module client 

Source
Expand description

Unix-socket JSON-RPC client. Clients never bind the control socket.

Structs§

Client
Connected client. One stream; notifications arriving during Self::request are handed to the optional callback.

Functions§

decode_response
Decode a typed Response from a raw result when the method is known.