[−][src]Type Definition ruma_identifiers::DeviceKeyId
type DeviceKeyId = DeviceKeyId<Box<str>>;
An owned device key identifier containing a key algorithm and device ID.
Can be created via TryFrom<String>
and TryFrom<&str>
; implements Serialize
and Deserialize
if the serde
feature is enabled.