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