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