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