Struct jsonrpc_pubsub::IoDelegate[][src]

pub struct IoDelegate<T, M = ()> where
    T: Send + Sync + 'static,
    M: Metadata
{ /* fields omitted */ }
Expand description

Wire up rpc subscriptions to delegate struct

Implementations

Creates new PubSubIoDelegate, wrapping the core IoDelegate

Adds subscription to the delegate.

Adds an alias to existing method.

Adds async method to the delegate.

Adds async method with metadata to the delegate.

Adds notification to the delegate.

Trait Implementations

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Extend given handler with additional methods.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.