matrix_sdk::ruma

Type Alias OwnedDeviceKeyId

Source
pub type OwnedDeviceKeyId = OwnedKeyId<DeviceKeyAlgorithm, DeviceId>;
Expand description

Algorithm + key name for device keys.

Aliased Typeยง

struct OwnedDeviceKeyId { /* private fields */ }