Module local

Source
Expand description

Rpc client implementation for Deref<Target=MetaIoHandler<Metadata>>.

Structs§

LocalRpc
Implements a rpc client for MetaIoHandler.

Functions§

connect
Connects to a Deref<Target = MetaIoHandler<Metadata + Default>.
connect_with_metadata
Connects to a Deref<Target = MetaIoHandler<Metadata>.
connect_with_metadata_and_middleware
Connects to a Deref<Target = MetaIoHandler<Metadata> specifying a custom middleware implementation.
connect_with_middleware
Connects to a Deref<Target = MetaIoHandler<Metadata + Default> specifying a custom middleware implementation.
connect_with_pubsub
Connects with pubsub.
connect_with_pubsub_and_middleware
Connects with pubsub specifying a custom middleware implementation.

Type Aliases§

LocalMeta
Metadata for LocalRpc.