Expand description
Rpc client implementation for Deref<Target=MetaIoHandler<Metadata>>
.
Structs§
- Local
Rpc - 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§
- Local
Meta - Metadata for LocalRpc.