Trait jsonrpc_core::RpcNotificationSimple
source · pub trait RpcNotificationSimple: Send + Sync + 'static {
// Required method
fn execute(&self, params: Params);
}
Expand description
Notification
pub trait RpcNotificationSimple: Send + Sync + 'static {
// Required method
fn execute(&self, params: Params);
}
Notification