Struct jsonrpc_core::io::IoDelegate [] [src]

pub struct IoDelegate<T> where T: Send + Sync + 'static {
    // some fields omitted
}

A set of RPC methods and notifications tied to single delegate struct.

Methods

impl<T> IoDelegate<T> where T: Send + Sync + 'static
[src]

Creates new IoDelegate

Add new supported method

Add new supported asynchronous method

Add new supported notification