[][src]Type Definition ruma_identifiers::DeviceIdRef

type DeviceIdRef<'a> = &'a str;

A reference to a device ID.

While this is currently just a string slice, that will likely change in the future.