Type Alias ruma::DeviceKeyId
source · pub type DeviceKeyId = KeyId<DeviceKeyAlgorithm, DeviceId>;
Expand description
Algorithm + key name for device keys.
Aliased Type§
struct DeviceKeyId(/* private fields */);
pub type DeviceKeyId = KeyId<DeviceKeyAlgorithm, DeviceId>;
Algorithm + key name for device keys.
struct DeviceKeyId(/* private fields */);