Noticed that we're using type Error = serde_json::Error in FromStr, but we map it everywhere to tonic::Status.
Refactored this to map it only in one place and avoid adding another mapping in the next diff
Depends on D13222
Differential D13223
[identity] Update SignedDeviceList::from_str to return tonic::Status bartek on Sep 2 2024, 11:27 PM. Authored by Tags None Referenced Files
Details Noticed that we're using type Error = serde_json::Error in FromStr, but we map it everywhere to tonic::Status. Depends on D13222 cargo build -p identity
Diff Detail
|