[][src]Trait jsonrpc_core::RpcNotificationSimple

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

Notification

Required methods

pub fn execute(&self, params: Params)[src]

Execute notification

Loading content...

Implementors

impl<F: Send + Sync + 'static> RpcNotificationSimple for F where
    F: Fn(Params), 
[src]

Loading content...