pub trait PingClientCalledEvent<Context = ()>: Send + Sync {
fn on_called(
&self,
called: &SnCalled,
context: Context
) -> Result<(), BuckyError>;
}pub trait PingClientCalledEvent<Context = ()>: Send + Sync {
fn on_called(
&self,
called: &SnCalled,
context: Context
) -> Result<(), BuckyError>;
}