Struct jsonrpc_test::Rpc [] [src]

pub struct Rpc {
    pub io: IoHandler,
    pub options: Options,
}

RPC instance.

Fields

Underlying IoHandler.

Options

Methods

impl Rpc
[src]

[src]

Create a new RPC instance from a single delegate.

[src]

Perform a single, synchronous method call.

Trait Implementations

impl Default for Rpc
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Rpc
[src]

[src]

Formats the value using the given formatter.

impl From<IoHandler> for Rpc
[src]

[src]

Performs the conversion.