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