pub trait TestRunnerMethods<D>where D: DomTypes,{ // Required method fn SetBluetoothMockDataSet( &self, dataSetName: DOMString, ) -> Result<(), Error>; }