pub trait ActivityNotifier: Send + Sync + 'static { fn active(&self); }
Notifies about RPC activity.
Activity on RPC interface