Trait jsonrpc_core::commander::NotificationCommand [] [src]

pub trait NotificationCommand: Send + Sync {
    fn execute(&mut self, params: Params);
}

Should be used to handle single notification.

Required Methods

fn execute(&mut self, params: Params)

Implementors