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