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