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