Trait script::dom::bluetooth::AsyncBluetoothListener
source · pub trait AsyncBluetoothListener {
// Required method
fn handle_response(
&self,
result: BluetoothResponse,
promise: &Rc<Promise>,
can_gc: CanGc,
);
}