Function bt_test_harness::emulator::watch_controller_parameters

source ยท
pub async fn watch_controller_parameters<H, S, A>(
    harness: H,
) -> Result<(), Error>
where H: ExpectableState<State = S> + ExpectableExt<S, A>, S: AsMut<EmulatorState> + 'static, A: AsRef<EmulatorProxy>,