Trait ListenerProxyInterface

Source
pub trait ListenerProxyInterface: Send + Sync {
    // Required method
    fn notify_on_first_update_check(
        &self,
        payload: ListenerNotifyOnFirstUpdateCheckRequest,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§