Skip to main content

FallbackTypes

Type Alias FallbackTypes 

Source
type FallbackTypes = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, Vec<OneTimeKeyAlgorithm>>>;
Expand description

MSC3202 device_unused_fallback_key_types: algorithms with an unused fallback key, keyed by user then device.

Aliased Typeยง

struct FallbackTypes { /* private fields */ }