pub trait RpcNotificationSimple: Send + Sync + 'static {
    fn execute(&self, params: Params);
}
Expand description

Notification

Required Methods

Execute notification

Implementors