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