BluetoothMethods

pub trait BluetoothMethods<D>
where D: DomTypes,
{ // Required methods fn GetAvailability( &self, realm: &mut CurrentRealm<'_>, ) -> Rc<<D as DomTypes>::Promise>; fn GetOnavailabilitychanged(&self) -> Option<Rc<EventHandlerNonNull<D>>>; fn SetOnavailabilitychanged( &self, value: Option<Rc<EventHandlerNonNull<D>>>, ); fn RequestDevice( &self, realm: &mut CurrentRealm<'_>, options: &RequestDeviceOptions, ) -> Rc<<D as DomTypes>::Promise>; }

Required Methods§

Implementors§