script::dom::bluetoothuuid

Type Alias BluetoothServiceUUID

source
pub type BluetoothServiceUUID = StringOrUnsignedLong;

Aliased Type§

enum BluetoothServiceUUID {
    String(DOMString),
    UnsignedLong(u32),
}

Variants§

§

String(DOMString)

§

UnsignedLong(u32)