pub trait BluetoothPermissionResultMethods<D: DomTypes> {
    // Required method
    fn Devices(&self) -> Vec<Root<Dom<BluetoothDevice>>>;
}

Required Methods§

Implementors§