pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedDeviceKeyId, Raw<OneTimeKey>>>>;
Expand description

One time keys for use in pre-key messages

Aliased Type§

struct OneTimeKeys { /* private fields */ }