reverie/reverie-examples/chrome-trace
Jason White 5df280b851 Don't return a Result for RPC messages
Summary: If an RPC fails to send, there isn't much that can be done to handle it. In all call sites so far, they all just unwrap the error because it can't be handled properly. If an RPC fails, it is a programmer error (because the request/response failed to serialize/deserialize) and indicates a bug in our code.

Differential Revision: D37563857

fbshipit-source-id: 267072709f4230732a13989aaf74b50fd0908337
2022-06-30 16:59:53 -07:00
..
event.rs rustfmt with imports_granularity=Item 2022-06-30 14:56:20 -07:00
global_state.rs Appease the copyright linter 2022-06-02 11:51:06 -07:00
main.rs Appease the copyright linter 2022-06-02 11:51:06 -07:00
tool.rs Don't return a Result for RPC messages 2022-06-30 16:59:53 -07:00