mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
Implement Serialize and Deserialize for GenericReceiver to also allow the Receiver to be sent across ipc channels. This is necessary to allow using the GenericChannel in more places. Testing: Manually tested on follow-up feature branch. Does not require new tests. --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>