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