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

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

Should be used to handle single notification.

Required Methods

Execute notification

Implementors