pub fn device_type_str(device_type: DeviceType) -> &'static strExpand description
Wire string for a DeviceType (mirrors C rhp_device_type_str). Used by
the SQLite registry, which stores the device class as its wire token rather
than re-deriving it via serde.