pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedKeyId<OneTimeKeyAlgorithm, OneTimeKeyName>, Raw<OneTimeKey>>>;Available on crate feature 
api and (crate features client-api-c or client-api-s) only.Expand description
The one-time keys for a given device.
Aliased Typeยง
pub struct OneTimeKeys { /* private fields */ }