matrix_sdk::ruma

Type Alias DeviceKeyId

Source
pub type DeviceKeyId = KeyId<DeviceKeyAlgorithm, DeviceId>;
Expand description

Algorithm + key name for device keys.

Aliased Typeยง

struct DeviceKeyId(/* private fields */);