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