pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;
Expand description
A claim for one time keys
Aliased Typeยง
struct OneTimeKeyClaims { /* private fields */ }
pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;
A claim for one time keys
struct OneTimeKeyClaims { /* private fields */ }