PingClientCalledEvent

Trait PingClientCalledEvent 

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

Required Methods§

Source

fn on_called( &self, called: &SnCalled, context: Context, ) -> Result<(), BuckyError>

Implementors§