matrix_sdk::ruma

Type Alias OneTimeKeyId

Source
pub type OneTimeKeyId = KeyId<OneTimeKeyAlgorithm, OneTimeKeyName>;
Expand description

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

Aliased Typeยง

struct OneTimeKeyId(/* private fields */);