pub trait ActivityNotifier: Send + Sync + 'static {
    fn active(&self);
}
Expand description

Notifies about RPC activity.

Required methods

Activity on RPC interface

Implementors