pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedOneTimeKeyId, Raw<OneTimeKey>>>;Available on crate features
client or server only.Expand description
The one-time keys for a given device.
Aliased Typeยง
pub struct OneTimeKeys { /* private fields */ }