Struct jsonrpc_core::commander::SyncMethod [] [src]

pub struct SyncMethod<C> {
    pub command: C,
}

Wrapper type for SyncMethodCommand

Fields

Synchronous command to execute

Trait Implementations

impl<C: SyncMethodCommand> MethodCommand for SyncMethod<C>
[src]

Execute asynchronous method