matrix_sdk::ruma

Type Alias OwnedOneTimeKeyId

Source
pub type OwnedOneTimeKeyId = OwnedKeyId<OneTimeKeyAlgorithm, OneTimeKeyName>;
Expand description

Algorithm + key name for one-time and fallback keys.

Aliased Typeยง

struct OwnedOneTimeKeyId { /* private fields */ }