pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedOneTimeKeyId, Raw<OneTimeKey>>>>;
Expand description
One time keys for use in pre-key messages
Aliased Typeยง
struct OneTimeKeys { /* private fields */ }
pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedOneTimeKeyId, Raw<OneTimeKey>>>>;
One time keys for use in pre-key messages
struct OneTimeKeys { /* private fields */ }