Skip to content

Instantly share code, notes, and snippets.

@zakorgy
Created January 26, 2016 09:22
Show Gist options
  • Save zakorgy/fd71333a620690ac2d32 to your computer and use it in GitHub Desktop.
Save zakorgy/fd71333a620690ac2d32 to your computer and use it in GitHub Desktop.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::reflector::Reflector;
#[dom_struct]
pub struct BluetoothGATTService {
reflector_: Reflector,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment