Trait jsonrpc_core::commander::AsyncMethodCommand [] [src]

pub trait AsyncMethodCommand: Send + Sync {
    fn execute(&self, params: Params, ready: Ready);
}

Should be used to handle single asynchronous method call

Required Methods

Execute asynchronous method

Implementors