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