pub async fn receive_notification<SS: SentShareRepo, R: ReceivedShareRepo>(
sent_shares: &SS,
received_shares: &R,
sending_server: SendingServer,
notification: NewNotification,
) -> Result<(), (StatusCode, Error)>Expand description
Receive a notification from an OCM Server