Type Alias script::dom::bluetoothuuid::BluetoothDescriptorUUID

source ·
pub type BluetoothDescriptorUUID = StringOrUnsignedLong;

Aliased Type§

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

Variants§

§

String(DOMString)

§

UnsignedLong(u32)