Type Alias BluetoothDescriptorUUID

Source
pub(crate) type BluetoothDescriptorUUID = StringOrUnsignedLong;

Aliased Type§

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

Variants§

§

String(DOMString)

§

UnsignedLong(u32)