Module transports

Source
Expand description

Client transport implementations

Modules§

duplex
Duplex transport
local
Rpc client implementation for Deref<Target=MetaIoHandler<Metadata>>.

Structs§

RequestBuilder
Creates JSON-RPC requests

Enums§

ClientResponse
A type representing all possible values sent from the server to the client.

Functions§

duplex
Creates a new Duplex, along with a channel to communicate
parse_response
Parse raw string into a single JSON value, together with the request Id.