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