async fn handle_receive_request(
handler: ProtocolGenericHandlerPtr<SyncRequest, SyncResponse>,
validator: ValidatorPtr,
) -> Result<()>
Expand description
Background handler function for ProtocolSync.
async fn handle_receive_request(
handler: ProtocolGenericHandlerPtr<SyncRequest, SyncResponse>,
validator: ValidatorPtr,
) -> Result<()>
Background handler function for ProtocolSync.