Type Alias ruma::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 */ }