Trait BluetoothUUIDMethods

Source
pub(crate) trait BluetoothUUIDMethods<D>
where D: DomTypes,
{ // Required methods fn GetService( global: &<D as DomTypes>::Window, name: StringOrUnsignedLong, ) -> Result<DOMString, Error>; fn GetCharacteristic( global: &<D as DomTypes>::Window, name: StringOrUnsignedLong, ) -> Result<DOMString, Error>; fn GetDescriptor( global: &<D as DomTypes>::Window, name: StringOrUnsignedLong, ) -> Result<DOMString, Error>; fn CanonicalUUID(global: &<D as DomTypes>::Window, alias: u32) -> DOMString; }

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§