Module jsonrpc_client_transports::transports::local
source · [−]Expand description
Rpc client implementation for Deref<Target=MetaIoHandler<Metadata>>
.
Structs
Implements a rpc client for MetaIoHandler
.
Functions
Connects to a Deref<Target = MetaIoHandler<Metadata + Default>
.
Connects to a Deref<Target = MetaIoHandler<Metadata>
.
Connects to a Deref<Target = MetaIoHandler<Metadata>
specifying a custom middleware implementation.
Connects to a Deref<Target = MetaIoHandler<Metadata + Default>
specifying a custom middleware implementation.
Connects with pubsub.
Connects with pubsub specifying a custom middleware implementation.
Type Definitions
Metadata for LocalRpc.