Type Alias script::dom::bluetoothuuid::BluetoothServiceUUID
source · pub type BluetoothServiceUUID = StringOrUnsignedLong;
Aliased Type§
enum BluetoothServiceUUID {
String(DOMString),
UnsignedLong(u32),
}