Struct jsonrpc_core::commander::AsyncMethod [] [src]

pub struct AsyncMethod<F> where F: AsyncMethodCommand {
    // some fields omitted
}

Asynchronous command wrapper

Methods

impl<F> AsyncMethod<F> where F: AsyncMethodCommand
[src]

Create new asynchronous command wrapper

Trait Implementations

impl<F> MethodCommand for AsyncMethod<F> where F: AsyncMethodCommand
[src]

Execute this method and get result (sync / async)