Details
Details
Tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
shared/tunnelbroker_messages/src/messages/message_to_tunnelbroker.rs | ||
---|---|---|
12–20 ↗ | (On Diff #42950) | This is useful! I guess we might want to move this enum to comm-lib soon, as a part of https://linear.app/comm/issue/ENG-8904/stop-sending-device-type-in-device-key-upload And use it instead of the proto enum for metadata cc @marcin |
34–38 ↗ | (On Diff #42950) | Do we need this trait? Isn't Display and .to_string() enough? |
39–46 ↗ | (On Diff #42950) | There's dedicated FromStr trait for this: https://doc.rust-lang.org/std/str/trait.FromStr.html |