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

Required Methods§

Implementors§