matrix-sdk-common 0.17.0

Collection of common types and imports used in the matrix-sdk
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: crates/matrix-sdk-common/src/deserialized_responses.rs
expression: "ShieldState::Grey\n{\n    code: ShieldStateCode::AuthenticityNotGuaranteed, message:\n    \"authenticity of this message cannot be guaranteed\",\n}"
---
{
  "Grey": {
    "code": "AuthenticityNotGuaranteed",
    "message": "authenticity of this message cannot be guaranteed"
  }
}